diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index e7d5e784..312def6c 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -2,7 +2,7 @@ # Enabling hyprlnd on NixOS programs.hyprland = { enable = true; - nvidiaPatches = true; + enableNvidiaPatches = true; xwayland.enable = true; }; @@ -65,7 +65,7 @@ # Screenshot utility: grim - slupr + slurp wl-copyd # fonts diff --git a/modules/fonts.nix b/modules/fonts.nix index b91172fa..3ab81e6b 100644 --- a/modules/fonts.nix +++ b/modules/fonts.nix @@ -11,7 +11,7 @@ includeUserConf = false; }; - fonts = with pkgs; [ + packages = with pkgs; [ cascadia-code (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) noto-fonts-emoji