summaryrefslogtreecommitdiff
path: root/overlay.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-12-22 13:31:18 -0500
committerBen Sima <ben@bensima.com>2025-12-22 13:31:18 -0500
commit8d9eb8fa8a20efa4c4318fccef97d21fe91fb092 (patch)
treedfe4a94d2c20653a1b97add68d96ebf5a2856317 /overlay.nix
parentf8d26da7c054c0a4c89ab12993e00f74ea9260a1 (diff)
Switch to kitty terminal with ef-dream theme, emoji support
- Replace urxvt with kitty as default terminal - Add ef-dream inspired color scheme to kitty - Configure emoji font fallback with Noto Color Emoji - Update xmonad.hs to use kitty for terminal and scratchpads - Fix cmdtree to fetch from GitHub instead of broken git://jb55.com - Remove urxvt.nix and alacritty config - Add AGENTS.md for agentic coding tools
Diffstat (limited to 'overlay.nix')
-rw-r--r--overlay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay.nix b/overlay.nix
index 53a5086..34d2051 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -7,4 +7,8 @@ self: super:
zebra = super.callPackage ./pkgs/zebra.nix {};
whisper-dictate = super.callPackage ./whisper-dictate {};
+
+ vdirsyncer = super.callPackage ./pkgs/vdirsyncer-patch.nix {
+ inherit (super) vdirsyncer;
+ };
}