This commit is contained in:
outfoxxed 2025-07-28 23:56:24 -07:00
commit 26a95a16ed
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 78 additions and 0 deletions

7
allsystems.nix Normal file
View 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;
}