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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (config.modules.other.system) username;
|
|
||||||
inherit (builtins) mapAttrs;
|
inherit (builtins) mapAttrs;
|
||||||
in {
|
in {
|
||||||
# A (somewhat) sane list of fonts to be installed.
|
# A (somewhat) sane list of fonts to be installed.
|
||||||
|
@ -59,14 +58,4 @@ in {
|
||||||
decompressFonts = true;
|
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