Add impure links module
This commit is contained in:
parent
96ed6c4c63
commit
d6495fe305
2 changed files with 42 additions and 0 deletions
|
@ -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; } ]; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue