diff options
| author | seth <[email protected]> | 2024-10-27 14:32:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-27 14:32:49 -0400 |
| commit | 75ec48c5f7dd7877f2294b86764b1fdadc6b7e88 (patch) | |
| tree | 352efe4ac23e76fb31f38aaecc829a08fd76d64f | |
| parent | 5a7d96506375dde7b6715763ff90cd00fe3795ff (diff) | |
seth: fix catppuccin accent name
| -rw-r--r-- | users/seth/tweaks/catppuccin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/tweaks/catppuccin.nix b/users/seth/tweaks/catppuccin.nix index 2b84ba3..c0a1d5e 100644 --- a/users/seth/tweaks/catppuccin.nix +++ b/users/seth/tweaks/catppuccin.nix @@ -22,7 +22,7 @@ in config = lib.mkIf cfg.enable { catppuccin = { enable = true; - accent = "mavue"; + accent = "mauve"; flavor = "mocha"; }; }; |
