desktop: disable global catppuccin

This commit is contained in:
2024-10-14 12:16:47 +02:00
parent 92d6ff4898
commit fb7688baf3
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@
}; };
catppuccin = { catppuccin = {
enable = true; enable = false;
accent = "lavender"; accent = "lavender";
flavor = "mocha"; flavor = "mocha";
pointerCursor.enable = true; pointerCursor.enable = true;

View File

@@ -292,7 +292,7 @@
pkgs.pinentry-rofi pkgs.pinentry-rofi
]; ];
terminal = "${pkgs.alacritty}/bin/alacritty"; terminal = "${pkgs.alacritty}/bin/alacritty";
# theme = "arthur"; theme = "arthur";
}; };
}; };