Rework of x-os module / core profile #115
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "refs/pull/115/head"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
@ -17,2 +18,4 @@
];
pub-solar.terminal-life.enable = true;
pub-solar.audio.enable = lib.mkIf (!cfg.lite) true;
I would just call this
lite
:@ -19,0 +21,4 @@
pub-solar.audio.enable = lib.mkIf (!cfg.lite) true;
pub-solar.crypto.enable = lib.mkIf (!cfg.lite) true;
pub-solar.devops.enable = lib.mkIf (!cfg.lite) true;
This description makes no sense
I'd put all of these in
core/default.nix
directly under the option definitionI'd argue this is
core
in 2022Let's also enable the
lite
core option for the isoLet's also enable the
lite
core option for the isoLGTM