From 082ba6503209f5ac15f23cfd28f089f9c92dc6de Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 16 Jul 2025 19:39:26 +0300 Subject: [PATCH] fix: disable creating default firefox profile in catppuccin module --- modules/home/theme/catppuccin.nix | 3 +++ 1 file changed, 3 insertions(+) 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;