init
This commit is contained in:
commit
26a95a16ed
3 changed files with 78 additions and 0 deletions
7
allsystems.nix
Normal file
7
allsystems.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ flake, inputs, ... }: {
|
||||
imports = [ inputs.impurity.nixosModules.impurity ];
|
||||
impurity.configRoot = flake;
|
||||
|
||||
# preserve the flake that build the current generation
|
||||
environment.etc.current-flake.source = flake;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue