diff --git a/modules/home/default.nix b/modules/home/default.nix index d3a590f..b6c5e9d 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -6,6 +6,7 @@ catppuccin = { enable = true; + autoEnable = true; flavor = ctp-opt.flavor; accent = ctp-opt.accent; diff --git a/modules/system/misc/theme.nix b/modules/system/misc/theme.nix index e0754ff..2c588fd 100644 --- a/modules/system/misc/theme.nix +++ b/modules/system/misc/theme.nix @@ -7,6 +7,7 @@ catppuccin = { enable = true; + autoEnable = true; flavor = ctp-opt.flavor; accent = ctp-opt.accent; };