diff options
| author | Seth Flynn <[email protected]> | 2025-01-31 09:00:54 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-31 09:00:54 -0500 |
| commit | cdbfb7f90b42217894c1e18143db5fb30a80d9c7 (patch) | |
| tree | a38fce0d10452fccf5043c3ece6b3940721278c7 | |
| parent | b50d0a983c2795c0bf13818260dc267669127d60 (diff) | |
seth/plasma: use catppuccin cursors
| -rw-r--r-- | users/seth/desktop/plasma.nix | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix index c93bb64..0b12b3a 100644 --- a/users/seth/desktop/plasma.nix +++ b/users/seth/desktop/plasma.nix @@ -9,6 +9,10 @@ let in { config = lib.mkIf enable { + catppuccin = { + cursors.enable = true; + }; + home.packages = [ # Matrix client # TODO: Use after it drops libolm @@ -20,16 +24,5 @@ in pkgs.spotify ]; - - xdg = { - dataFile."konsole/catppuccin-mocha.colorscheme".source = - pkgs.fetchFromGitHub { - owner = "catppuccin"; - repo = "konsole"; - rev = "7d86b8a1e56e58f6b5649cdaac543a573ac194ca"; - hash = "sha256-EwSJMTxnaj2UlNJm1t6znnatfzgm1awIQQUF3VPfCTM="; - } - + "/Catppuccin-Mocha.colorscheme"; - }; }; } |
