Rework of x-os module / core profile #115
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/115/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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