Regenerated

This commit is contained in:
2026-04-19 18:30:28 +02:00
parent 04593f9867
commit 42322a8cf3
7 changed files with 386 additions and 433 deletions
@@ -36,10 +36,6 @@ in
serviceConfig = {
ExecStart = "${pkgs.hypridle}/bin/hypridle";
Restart = "always";
Environment = ''
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
XDG_CURRENT_DESKTOP=Hyprland
'';
};
wantedBy = [ "default.target" ];
};