diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index a7bac6f..16f3c7f 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -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" ];