From 6ab024a2c5b91c7a3ed05c444d60f2d46bb64139 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 30 Dec 2023 20:55:01 -0500 Subject: [PATCH] hyprland: update systemd integration --- home/wayland/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wayland/hyprland/default.nix b/home/wayland/hyprland/default.nix index b5331f7..9d613d5 100644 --- a/home/wayland/hyprland/default.nix +++ b/home/wayland/hyprland/default.nix @@ -4,7 +4,7 @@ _: { ]; wayland.windowManager.hyprland = { enable = true; - systemdIntegration = true; + systemd.enable = true; xwayland.enable = true; }; services.wlsunset = {