This commit is contained in:
biscuit
2025-05-27 08:15:59 -05:00
parent ab855f18ea
commit 25c0a328e6
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
# on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on and restore brightness on resume.
# }
{
timeout = 1800;
timeout = 300;
on-timeout = "systemctl suspend"; # suspend PC after 30min.
}
];
+5
View File
@@ -7,7 +7,12 @@
}: {
environment.systemPackages = with pkgs; [
gcc
python3
python3Packages.pip
python3Packages.setuptools
python3Packages.wheel
cargo
rustc
nodejs