From 2442175562707e518b2a6794e7be7414685dda88 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 25 Dec 2023 18:58:02 +0100 Subject: [PATCH] fix breaking change --- 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 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; }; }