diff options
Diffstat (limited to 'users')
| -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"; - }; }; } |
