More fonts, rename dconf package

This commit is contained in:
Valentin Brandl 2022-02-18 18:29:01 +01:00
parent 96f5e9f15c
commit b6a8f10ef4
2 changed files with 4 additions and 4 deletions

View File

@ -163,9 +163,9 @@ inputs:
]; ];
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
monospace = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" ]; monospace = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" "FontAwesome" ];
sansSerif = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" ]; sansSerif = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" "FontAwesome" ];
serif = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" ]; serif = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" "FontAwesome" ];
}; };
}; };
}; };

View File

@ -4,7 +4,7 @@ inputs:
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
barrier barrier
gnome3.dconf dconf
libreoffice libreoffice
paprefs paprefs
]; ];