fix: disable creating default firefox profile in catppuccin module
This commit is contained in:
parent
b7c321f507
commit
082ba65032
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user