feat: add timers service

This commit is contained in:
Moritz Böhme 2023-08-14 08:46:19 +02:00
parent 4cd51917fc
commit c99fb04f29
5 changed files with 139 additions and 1 deletions

View file

@ -10,6 +10,7 @@ final: prev:
src = inputs.rofi-wayland;
version = lib.my.mkVersionInput inputs.rofi-wayland;
});
timers = inputs.timers.defaultPackage.${prev.system};
fzf1 = final.writeShellApplication {
name = "fzf1";