diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 7e9fad6..859a7db 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -23,6 +23,6 @@ # hidpi = true; }; # enableNvidiaPatches = false; - systemdIntegration = true; + systemd.enable = true; }; }