fix(home): Move appearance to appearance.base

This commit is contained in:
punkfairie 2024-11-15 22:11:50 -08:00
parent 3f76d39eb7
commit 2dbcc4e246
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -9,11 +9,11 @@ let
inherit (lib) mkIf; inherit (lib) mkIf;
inherit (lib.${namespace}) mkEnableModule enabled; inherit (lib.${namespace}) mkEnableModule enabled;
cfg = config.${namespace}.appearance; cfg = config.${namespace}.appearance.base;
inherit (config.${namespace}) theme; inherit (config.${namespace}) theme;
in in
{ {
options = mkEnableModule "appearance"; options.appearance = mkEnableModule "base";
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [