Use the tmux-sessionizer from GitHub

Use the tmux-sessionizer code from GitHub instead of writing it myself
and apply a patch to change the directories it uses to provide
suggestions.
This commit is contained in:
Oliver Davies 2025-01-18 01:56:28 +00:00
parent 75efe1bf99
commit 5fd27efa50
4 changed files with 43 additions and 60 deletions

View file

@ -9,7 +9,7 @@ in
build-glove80 = callPackage ./build-glove80.nix { };
notes = callPackage ./notes.nix { };
i3-battery-popup = callPackage ./i3-battery-popup.nix { };
tmux-sessionizer = callPackage ./tmux-sessionizer.nix { };
tmux-sessionizer = callPackage ./tmux-sessionizer { };
upload-to-files = callPackage ./upload-to-files.nix { };
vimPlugins = prev.vimPlugins // vimPlugins;