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