about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2024-06-19 00:15:51 +0200
committeraszlig <aszlig@nix.build>2024-06-19 00:15:51 +0200
commita8be8bfcd0c62509bbad230e529a06f8a65c6d54 (patch)
tree85c1347a20f62dc4ba3082db90623d59b68c2f45 /modules/user
parent767c4e9084d22d951d5bd9b845bf936a63958510 (diff)
profiles/base: Add termdown to systemPackages
I used to use coreutils "sleep" for simple countdown timers and given
that I get an urgency hint whenever a command completes, this made a
pretty good stopwatch.

However, with "sleep" it's a little bit tricky (eg. via procfs) to find
out the elapsed time, which is something I occasionally need.

Termdown does that and also displays the countdown in a more fancy way
via Figlet, so it's exactly what I want for this purpose.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index 02ca52bc..c84e37ae 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -69,6 +69,7 @@ in {
       moreutils
       vuizvui.aszlig.nlast
       psmisc
+      termdown
       unfreePkgs.unrar
       unzip
       vlock