Compare commits
2 commits
a1bb427db8
...
5913a3c50e
Author | SHA1 | Date | |
---|---|---|---|
5913a3c50e | |||
adab4cbaf3 |
2 changed files with 4 additions and 0 deletions
nix
|
@ -88,6 +88,7 @@
|
|||
pavucontrol
|
||||
pfetch-rs
|
||||
python3
|
||||
qbittorrent
|
||||
qemu
|
||||
rsync
|
||||
sassc
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue