about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-07-28 19:18:32 +0200
committeraszlig <aszlig@nix.build>2020-07-28 19:25:42 +0200
commit63065c2da3371918c235971ce0abbc780d02047e (patch)
tree461f69739d2ab7d9a6a6d086a3ee3f4279f522eb /modules
parent811047bd752ac6861617693ce80c15d13f4fe7fe (diff)
workstation/packages: Add "entr"
I regularily keep things in nix-env to see whether I keep using them and
"entry" is one of the little tools I ended up using quite regularily.

The program monitors a set of files via inotify and runs a command
whenever one or more of them change, which makes it quite useful for a
"change code, compile, run" cycle.

Upstream URL: https://eradman.com/entrproject/

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index f0646207..13aa61bb 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -11,6 +11,7 @@ pkgs: with pkgs; [
   chromium
   dash
   dos2unix
+  entr
   fd
   feh
   ffmpeg