diff --git a/modules/home/theme/catppuccin.nix b/modules/home/theme/catppuccin.nix index 130436b..0b418c2 100644 --- a/modules/home/theme/catppuccin.nix +++ b/modules/home/theme/catppuccin.nix @@ -68,6 +68,9 @@ in catppuccin.enable = true; catppuccin.waybar.mode = "prependImport"; # or "createLink" + # Temp fix for creation of default profile + catppuccin.firefox.profiles.default.enable = false; + catppuccin.vscode.profiles.default = { enable = true; flavor = cfg.flavor;