Compare commits

...

2 commits

Author SHA1 Message Date
5913a3c50e
qbittorrent 2025-02-28 09:59:47 -05:00
adab4cbaf3
REISUB 2025-02-28 09:59:34 -05:00
2 changed files with 4 additions and 0 deletions

View file

@ -88,6 +88,7 @@
pavucontrol
pfetch-rs
python3
qbittorrent
qemu
rsync
sassc

View file

@ -39,6 +39,9 @@
# use the latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# sysrq
boot.kernel.sysctl."kernel.sysrq" = 246;
# timezone
time.timeZone = "America/New_York";