comodoro 1.0.0

CLI to manage timers
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
  ...
}@args:

pimalaya.mkShell (
  builtins.removeAttrs args [ "pimalaya" ]
  // {
    extraBuildInputs = "nixd,nixfmt-rfc-style,dbus";
  }
)