mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added iso
This commit is contained in:
parent
0dbcbb6b19
commit
1bf13e57be
10 changed files with 71 additions and 17 deletions
|
|
@ -159,6 +159,14 @@
|
|||
inputs.lix-module.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
iso = inputs.self.lib.mkLinuxSystem [
|
||||
./profiles/user0
|
||||
config.nixosModules.iso
|
||||
config.nixosModules.core
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
];
|
||||
|
||||
};
|
||||
templates = {
|
||||
haskell = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue