Adds watch program
This commit is contained in:
parent
320f2f2f4d
commit
9f9c13fb97
|
@ -15,12 +15,11 @@ let
|
|||
nix-output-monitor
|
||||
];
|
||||
networkingPackages = with pkgs; [ curl dig httpie openssh mosh ];
|
||||
cmdLineUtilPackages = with pkgs; [ bash broot coreutils-full fd gnugrep less ranger tree ];
|
||||
cmdLineUtilPackages = with pkgs; [ bash broot coreutils-full fd gnugrep less ranger tree unixtools.watch ];
|
||||
miscPackages = with pkgs; [
|
||||
binutils
|
||||
brotli
|
||||
cabal2nix
|
||||
haskellPackages.cabal-plan
|
||||
cloc
|
||||
comma
|
||||
difftastic
|
||||
|
|
Loading…
Reference in New Issue