diff --git a/configuration.nix b/configuration.nix index 8733379b..5a0cec07 100644 --- a/configuration.nix +++ b/configuration.nix @@ -153,8 +153,6 @@ options = "--delete-older-than 7d"; }; - - # Fonts fontconfig = { defaultFonts = { @@ -165,7 +163,7 @@ }; includeUserConf = false; }; - fonts = with pkgs; [ + fonts.fonts = with pkgs; [ cascadia-code (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) noto-fonts-emoji