Disable hyprland systemd integration per docs
This commit is contained in:
parent
691826fb1b
commit
52f5af2b68
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue