fonts.nix: cleanup
This commit is contained in:
parent
4d66f4f332
commit
31cb4aac81
1 changed files with 0 additions and 11 deletions
|
@ -3,7 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (builtins) mapAttrs;
|
||||
in {
|
||||
# A (somewhat) sane list of fonts to be installed.
|
||||
|
@ -59,14 +58,4 @@ in {
|
|||
decompressFonts = true;
|
||||
};
|
||||
};
|
||||
# this fixes emoji stuff
|
||||
home-manager.users.${username} = {
|
||||
fonts.fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
sansSerif = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
serif = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue