This commit is contained in:
cnst
2024-07-30 23:47:55 +02:00
parent df6ddf3644
commit 80f2d6797d
8 changed files with 141 additions and 105 deletions

6
nixos/core/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
anyrun
stow
];
}

View File

@@ -21,6 +21,7 @@
desktop
++ [
./cnix
"${mod}/core"
"${mod}/core/lanzaboote.nix"
"${mod}/core/network/cnix.nix"