diff --git a/flake.nix b/flake.nix index cb5adb4..9dceb30 100644 --- a/flake.nix +++ b/flake.nix @@ -174,7 +174,6 @@ { home-manager.users.bertof.imports = [ ./modules/hm/hyprland.nix - ./modules/hm/swayidle.nix ]; } ] ++ homeManagerModules ++ [ diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index b201dd7..d74726e 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -6,6 +6,7 @@ ./nemo.nix ./waybar.nix # ./dunst.nix + ./swayidle.nix ./swaynotificationcenter.nix ./wl_update_background.nix ]; diff --git a/modules/hm/swayidle.nix b/modules/hm/swayidle.nix index b3961c5..f8d8722 100644 --- a/modules/hm/swayidle.nix +++ b/modules/hm/swayidle.nix @@ -9,7 +9,7 @@ ]; timeouts = [ { - timeout = 30; + timeout = 60; command = "${pkgs.brillo}/bin/brillo -e -O; ${pkgs.brillo}/bin/brillo -e -S 30"; resumeCommand = "${pkgs.brillo}/bin/brillo -e -I"; }