feat: added iso

This commit is contained in:
Nick 2025-10-28 01:05:09 -05:00
parent 0dbcbb6b19
commit 1bf13e57be
10 changed files with 71 additions and 17 deletions

View file

@ -12,6 +12,7 @@ in
ceres
phobos
eris
nixos
;
inherit (config.people)
user0
@ -162,5 +163,15 @@ in
;
};
};
"${nixos.name}-${user0}" = {
imports = builtins.attrValues {
inherit (modules)
cli
firefox
ghostty
;
};
};
};
}