sway iso
This commit is contained in:
parent
13773b1be3
commit
c62289217c
5 changed files with 62 additions and 0 deletions
|
@ -87,6 +87,19 @@ in {
|
|||
}
|
||||
];
|
||||
};
|
||||
liveiso = {
|
||||
deployment.targetHost = null;
|
||||
imports = [
|
||||
./liveiso
|
||||
|
||||
"${mod}/nix"
|
||||
"${mod}/core/security.nix"
|
||||
|
||||
"${mod}/services"
|
||||
|
||||
"${mod}/desktop"
|
||||
];
|
||||
};
|
||||
};
|
||||
flake.nixosConfigurations = let
|
||||
l = inputs.nixpkgs.lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue