Add upload-to-files script

This commit is contained in:
Oliver Davies 2025-01-16 08:07:06 +00:00
parent 0a535c1c4e
commit 922012c215
3 changed files with 13 additions and 1 deletions

View file

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