1
0
Fork 0

Add local.nix

master
dump_stack() 2022-12-17 17:45:54 +00:00
parent cbfe611633
commit e41e910e69
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
hardware-configuration.nix
wireless-networks.nix
secrets.nix
local.nix

View File

@ -19,6 +19,7 @@ in {
./home-manager.nix
./thinkpad.nix
./auto-update.nix
./local.nix
];
boot.kernelPackages = nixos-small.linuxPackages_latest;

2
local.nix.example Normal file
View File

@ -0,0 +1,2 @@
{
}