fix: disable creating default firefox profile in catppuccin module

This commit is contained in:
Dmitriy Kholkin 2025-07-16 19:39:26 +03:00
parent b7c321f507
commit 082ba65032
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -68,6 +68,9 @@ in
catppuccin.enable = true; catppuccin.enable = true;
catppuccin.waybar.mode = "prependImport"; # or "createLink" catppuccin.waybar.mode = "prependImport"; # or "createLink"
# Temp fix for creation of default profile
catppuccin.firefox.profiles.default.enable = false;
catppuccin.vscode.profiles.default = { catppuccin.vscode.profiles.default = {
enable = true; enable = true;
flavor = cfg.flavor; flavor = cfg.flavor;