Add local.nix
This commit is contained in:
parent
cbfe611633
commit
e41e910e69
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
hardware-configuration.nix
|
hardware-configuration.nix
|
||||||
wireless-networks.nix
|
wireless-networks.nix
|
||||||
secrets.nix
|
secrets.nix
|
||||||
|
local.nix
|
@ -19,6 +19,7 @@ in {
|
|||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./thinkpad.nix
|
./thinkpad.nix
|
||||||
./auto-update.nix
|
./auto-update.nix
|
||||||
|
./local.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = nixos-small.linuxPackages_latest;
|
boot.kernelPackages = nixos-small.linuxPackages_latest;
|
||||||
|
2
local.nix.example
Normal file
2
local.nix.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user