summaryrefslogtreecommitdiff
path: root/users/seth/desktop/plasma.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2025-01-05 05:15:12 -0500
committerseth <[email protected]>2025-01-05 05:15:12 -0500
commitafc32edd1e063ca95e130d326c67d37f3af2ca9e (patch)
tree5b85f6f7082b959e6663e5380c45d4b34f1bffa1 /users/seth/desktop/plasma.nix
parentf1db73d96db0e30f7679eb7296897b5400029095 (diff)
seth/plasma: fix eval
Diffstat (limited to 'users/seth/desktop/plasma.nix')
-rw-r--r--users/seth/desktop/plasma.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix
index 7b88e8f..920c802 100644
--- a/users/seth/desktop/plasma.nix
+++ b/users/seth/desktop/plasma.nix
@@ -11,7 +11,8 @@ in
config = lib.mkIf enable {
home.packages = [
# Matrix client
- pkgs.kdePackages.neochat
+ # TODO: Use after it drops libolm
+ # pkgs.kdePackages.neochat
# Mastodon client
pkgs.kdePackages.tokodon
# Torrent client
@@ -24,7 +25,7 @@ in
owner = "catppuccin";
repo = "konsole";
rev = "7d86b8a1e56e58f6b5649cdaac543a573ac194ca";
- hash = "EwSJMTxnaj2UlNJm1t6znnatfzgm1awIQQUF3VPfCTM=";
+ hash = "sha256-EwSJMTxnaj2UlNJm1t6znnatfzgm1awIQQUF3VPfCTM=";
}
+ "/Catppuccin-Mocha.colorscheme";
};