Skip to content

Commit

Permalink
an attempt at fixing emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Aug 6, 2024
1 parent f097975 commit 70bebf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ in
# `fonts` takes a list of packages
fonts = with pkgs; [
roboto
twemoji-color-font
twitter-color-emoji
noto-fonts
noto-fonts-cjk-sans
maple-mono-NF
];
# `nerd-fonts.override` takes a list of strings
nerd-fonts = [ ];
defaultFonts = {
monospace = [ "MapleMonoNF" ];
monospace = [ "Maple Mono NF" ];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
emoji = [ "Twemoji" ];
emoji = [ "Twitter Color Emoji" ];
};
};
};
Expand Down

0 comments on commit 70bebf4

Please sign in to comment.