diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix index 910356b..864f22a 100755 --- a/modules/desktop-common.nix +++ b/modules/desktop-common.nix @@ -19,7 +19,7 @@ }; # Support - fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-cjk-sans liberation_ttf fira-code fira-code-symbols ]; + fonts.packages = with pkgs; [ nerd-fonts noto-fonts noto-fonts-cjk-sans liberation_ttf fira-code fira-code-symbols ]; services.gvfs.enable = true; services.tumbler.enable = true; programs.dconf.enable = true;