fix(home): Move appearance to appearance.base
This commit is contained in:
parent
3f76d39eb7
commit
2dbcc4e246
1 changed files with 2 additions and 2 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue