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 = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = cfg.enable;
|
enable = cfg.enable;
|
||||||
package = pkgs.hyprland;
|
package = pkgs.hyprland;
|
||||||
# Disable the systemd integration, as it conflicts with UWSM
|
systemd.enable = true;
|
||||||
systemd.enable = false;
|
|
||||||
settings = {
|
settings = {
|
||||||
monitor = cfg.monitor;
|
monitor = cfg.monitor;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue