Add impure links module

This commit is contained in:
outfoxxed 2023-06-20 18:08:53 -07:00
parent 96ed6c4c63
commit d6495fe305
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 42 additions and 0 deletions

View file

@ -16,12 +16,15 @@
specialArgs = { inherit system inputs; };
modules = [
(import ./modules/impurity.nix self)
./modules/preserve-system.nix
./modules/core.nix
./modules/user
./systems/lenovo.nix
];
};
lenovo-impure = self.nixosConfigurations.lenovo.extendModules { modules = [ { impurity.enable = true; } ]; };
};
};
}