Oliver Davies 2024-12-14 02:24:56 +00:00
parent 8cdc6a511d
commit 73d801d7ac
4 changed files with 28 additions and 0 deletions

View file

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