Allow easy patching of nixpkgs

This commit is contained in:
2023-03-03 23:24:33 -07:00
parent 90a3549237
commit c5e7d8b2fe
3 changed files with 31 additions and 1 deletions

View File

@@ -7,9 +7,13 @@
networking.hostName = "ray";
# for luks onlock over tor
services.tor.enable = true;
services.tor.client.enable = true;
services.howdy.enable = true;
# services.linux-enable-ir-emitter.enable = true;
hardware.openrazer.enable = true;
hardware.openrazer.users = [ "googlebot" ];
hardware.openrazer.devicesOffOnScreensaver = false;