diff options
author | stuebinm | 2024-06-17 16:55:22 +0200 |
---|---|---|
committer | stuebinm | 2024-06-17 16:55:22 +0200 |
commit | 1ce66946f1913f864f85d369102e97ebe8e1cb42 (patch) | |
tree | 523d2d5bed6e422854bc7d062f5dd29718ae3da4 | |
parent | fa5d12b784f0bf09e473e79eecd6527e956d334d (diff) |
home-minimal: add bsd-finger
since i am apparently now fingerable at plan.cat, might as well have the
utility for it (… though has there ever been a more egregious case of
"just using nc is simpler anyways"?)
-rw-r--r-- | home/packages-minimal.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/packages-minimal.nix b/home/packages-minimal.nix index 6738492..1e54596 100644 --- a/home/packages-minimal.nix +++ b/home/packages-minimal.nix @@ -17,7 +17,7 @@ ripgrep shellcheck graphviz zip unzip acpi sfz viu glow yt-dlp weechat hexyl bottom lm_sensors - usbutils libidn + usbutils libidn bsd-finger # nix tools nixpkgs-review nix-top nix-diff nix-tree # git |