From 6c6edd7391802bd53677824ac72e882a6d6ce36d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 18:22:06 +0100 Subject: [PATCH] changedeprecated option --- modules/home/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index df9b888..2109a0d 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -23,7 +23,7 @@ enable = true; hidpi = true; }; - nvidiaPatches = false; + enableNvidiaPatches = false; systemdIntegration = true; }; }