Add timer script
All checks were successful
/ check (push) Successful in 1m40s

Based on
6b71b580de/bin/timer
and
6b71b580de/bin/_timer.
This commit is contained in:
Oliver Davies 2025-07-11 01:31:02 +01:00
parent c676972d0b
commit e5ae3a4be7
4 changed files with 43 additions and 0 deletions

View file

@ -6,6 +6,7 @@ let
vimPlugins = callPackage ./vim-plugins { };
in
{
_timer = callPackage ./_timer.nix { };
backup-websites = callPackage ./backup-websites.nix { };
build-glove80 = callPackage ./build-glove80.nix { };
create-script = callPackage ./create-script.nix { };
@ -17,6 +18,7 @@ in
passmenu-otp = callPackage ./passmenu-otp.nix { };
setbg = callPackage ./setbg.nix { };
tag-release = callPackage ./tag-release.nix { };
timer = callPackage ./timer.nix { };
tmux-sessionizer = callPackage ./tmux-sessionizer { };
todos-add = callPackage ./todos-add.nix { };
unmounter = callPackage ./unmounter.nix { };