fix
This commit is contained in:
@@ -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.
|
||||
}
|
||||
];
|
||||
|
||||
@@ -7,7 +7,12 @@
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
|
||||
cargo
|
||||
rustc
|
||||
nodejs
|
||||
|
||||
Reference in New Issue
Block a user