Rename custom-tmux-sessionizer

This commit is contained in:
Oliver Davies 2024-12-15 10:16:25 +00:00
parent 4185013014
commit 8e599c2ffd
5 changed files with 5 additions and 5 deletions

View file

@ -7,9 +7,9 @@ let
in
{
build-glove80 = callPackage ./build-glove80.nix { };
custom-tmux-sessionizer = callPackage ./tmux-sessionizer.nix { };
notes = callPackage ./notes.nix { };
notify-battery = callPackage ./notify-battery.nix { };
tmux-sessionizer = callPackage ./tmux-sessionizer.nix { };
vimPlugins = prev.vimPlugins // vimPlugins;
}