diff options
author | Alan Pearce | 2020-03-13 14:36:21 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-13 14:38:37 +0100 |
commit | 2cbf30ea314e6164a2de59c374265490682c5cbd (patch) | |
tree | 787f1693f59267133d06f07fb40fe5733d6179ac /system/settings | |
parent | 29bfc64eb8b0ee64b77fb69a05b5f9e360f6789f (diff) | |
download | nixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.tar.lz nixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.tar.zst nixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.zip |
darwin: install watch and coreutils-prefixed
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/darwin.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 97ec9b70..f007fb1d 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -5,4 +5,9 @@ enable = true; enableSocketListener = true; }; + + environment.systemPackages = with pkgs; [ + watch + coreutils-prefixed + ]; } |