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:
Harald Hoyer 2024-07-19 13:28:14 +02:00
parent 5d9518fd1c
commit b14804bbf8

View file

@ -16,6 +16,8 @@ in
metacfg = {
nix = enabled;
base = enabled;
system = {
fonts = enabled;
#input = enabled;