Re-enable hyprland systemd integration because it breaks walker without

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

View File

@ -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;