diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/hyprland.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index e760146..322fe86 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -41,7 +41,7 @@ # hyprland # ]; - # nvidiaPatches = true; + # enableNvidiaPatches = true; }; # monitor backlight control @@ -85,8 +85,6 @@ networkmanagerapplet # provide GUI app: nm-connection-editor xfce.thunar # sfce4's file manager - # gnome.gnome-keyring # for remembering wifi passwords - # gnome.libgnome-keyring polkit-kde-agent ]; fonts.packages = with pkgs; [ |
