diff --git a/modules/home/appearance/base/default.nix b/modules/home/appearance/base/default.nix index acff605..635886e 100644 --- a/modules/home/appearance/base/default.nix +++ b/modules/home/appearance/base/default.nix @@ -9,11 +9,11 @@ let inherit (lib) mkIf; inherit (lib.${namespace}) mkEnableModule enabled; - cfg = config.${namespace}.appearance; + cfg = config.${namespace}.appearance.base; inherit (config.${namespace}) theme; in { - options = mkEnableModule "appearance"; + options.appearance = mkEnableModule "base"; config = mkIf cfg.enable { home.packages = with pkgs; [