diff --git a/modules/shell.nix b/modules/shell.nix index 31eaa70..169d1d8 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -8,7 +8,7 @@ os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'"; }; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ nerdfonts ]; }