From 63065c2da3371918c235971ce0abbc780d02047e Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 28 Jul 2020 19:18:32 +0200 Subject: 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 --- modules/user/aszlig/profiles/workstation/packages.nix | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1