diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0f152ea..218daf3 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -114,6 +114,7 @@ discord fastfetch gccgo + gdb gh git gnumake diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index f7dba8c..f8e1a02 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -29,7 +29,7 @@ } { - timeout = 330; # 5.5min + timeout = 600; # 10 min on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has fired. }