jsiaxx
jsiaxx
> There are several `garden`'s scattered around Thx I mean how you use `inherit (config.garden.profiles.workstation)` instead ```nix let cfg = config.${namespace}.module; in { options.${namespace}.module = with types; { enable =...
> Anything for the module is configured per-host, for example https://github.com/isabelroses/dotfiles/blob/c4e94369e2792c040c5005c4b145611dcf17eede/systems/athena/default.nix No this it what I'm looking for `modules/generic/profiles.nix` and `modules/home/profiles.nix`, which is how to declare config.garden
> The `options` part of the module system is a bit magic in that it will "create" for a lack of better words the attrsets prior for you. For example...