From 2dbcc4e246ac042d56ea9cedc51a37d397e1ba3b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Fri, 15 Nov 2024 22:11:50 -0800 Subject: [PATCH] fix(home): Move appearance to appearance.base --- modules/home/appearance/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; [