fix: enable hyprlock and swayidle
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
nydragon 2025-03-01 13:17:28 +01:00
parent ae437ea4df
commit 7d0482226c
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -12,6 +12,9 @@ in
mkIf osConfig.programs.hyprland.enable {
home.sessionVariables.ELECTRON_OZONE_PLATFORM_HINT = "auto";
programs.hyprlock.enable = true;
services.swayidle.enable = true;
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = [ "--all" ];