darwin: install watch and coreutils-prefixed
Alan Pearce alan@alanpearce.eu
Fri, 13 Mar 2020 14:36:21 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -5,4 +5,9 @@ services.nix-daemon = { enable = true; enableSocketListener = true; }; + + environment.systemPackages = with pkgs; [ + watch + coreutils-prefixed + ]; }