summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-31 10:14:57 -0500
committerSeth Flynn <[email protected]>2025-01-31 10:14:57 -0500
commitf02d1e7b64b3357cdfa2ff87ac16fc2a031e3491 (patch)
tree8560137c1574e8e5c1e88171c16dcabfb71911c3 /users/seth
parentcdbfb7f90b42217894c1e18143db5fb30a80d9c7 (diff)
seth: disable catppuccin in some places
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/desktop/plasma.nix4
-rw-r--r--users/seth/programs/chromium.nix2
2 files changed, 2 insertions, 4 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix
index 0b12b3a..1abb9aa 100644
--- a/users/seth/desktop/plasma.nix
+++ b/users/seth/desktop/plasma.nix
@@ -9,10 +9,6 @@ let
in
{
config = lib.mkIf enable {
- catppuccin = {
- cursors.enable = true;
- };
-
home.packages = [
# Matrix client
# TODO: Use after it drops libolm
diff --git a/users/seth/programs/chromium.nix b/users/seth/programs/chromium.nix
index 055be56..4df8373 100644
--- a/users/seth/programs/chromium.nix
+++ b/users/seth/programs/chromium.nix
@@ -16,6 +16,8 @@ in
};
config = lib.mkIf cfg.enable {
+ catppuccin.chromium.enable = false;
+
programs.chromium = {
enable = true;