cleanup font handling

This commit is contained in:
foosinn 2022-02-12 01:06:27 +01:00
parent c4739ab3fb
commit b907855018
3 changed files with 6 additions and 6 deletions

View file

@ -72,14 +72,14 @@ in {
fonts.enableDefaultFonts = true;
fonts.fontconfig.antialias = true;
fonts.fonts = with pkgs; [
cascadia-code
corefonts
emacs-all-the-icons-fonts
fira-code
fira-code-symbols
font-awesome
meslo-lg
noto-fonts
noto-fonts-emoji
(nerdfonts.override {
fonts = [ "CascadiaCode" "Meslo" ];
})
];
nixpkgs.config.allowUnfree = true;