Remove notify-battery script with i3-battery-popup

https://github.com/rjekker/i3-battery-popup
This commit is contained in:
Oliver Davies 2025-01-09 22:00:00 +00:00
parent 5160384b10
commit f982861233
7 changed files with 23 additions and 68 deletions

View file

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