Disable hyprland systemd integration per docs

This commit is contained in:
Joshua Yuen 2026-01-25 16:55:28 -05:00
parent 691826fb1b
commit 52f5af2b68
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = cfg.enable; enable = cfg.enable;
package = pkgs.hyprland; package = pkgs.hyprland;
systemd.enable = true; # Disable the systemd integration, as it conflicts with UWSM
systemd.enable = false;
settings = { settings = {
monitor = cfg.monitor; monitor = cfg.monitor;