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.
|
# 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.
|
on-timeout = "systemctl suspend"; # suspend PC after 30min.
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,7 +7,12 @@
|
|||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gcc
|
gcc
|
||||||
|
|
||||||
python3
|
python3
|
||||||
|
python3Packages.pip
|
||||||
|
python3Packages.setuptools
|
||||||
|
python3Packages.wheel
|
||||||
|
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
nodejs
|
nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user