feat(darwin suites): enable base in default.nix
This commit enables the 'base' edition in the default.nix configuration file within the Darwin suites module. This update provides the necessary settings for the base installation, enhancing the flexibility of system setup.
This commit is contained in:
parent
5d9518fd1c
commit
b14804bbf8
|
@ -16,6 +16,8 @@ in
|
|||
metacfg = {
|
||||
nix = enabled;
|
||||
|
||||
base = enabled;
|
||||
|
||||
system = {
|
||||
fonts = enabled;
|
||||
#input = enabled;
|
||||
|
|
Loading…
Reference in a new issue