Disable hyprland systemd integration per docs
This commit is contained in:
parent
691826fb1b
commit
52f5af2b68
|
|
@ -12,7 +12,8 @@ in
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = cfg.enable;
|
||||
package = pkgs.hyprland;
|
||||
systemd.enable = true;
|
||||
# Disable the systemd integration, as it conflicts with UWSM
|
||||
systemd.enable = false;
|
||||
settings = {
|
||||
monitor = cfg.monitor;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue