diff options
author | Linnnus <[email protected]> | 2023-09-12 19:49:35 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-12 19:49:35 +0200 |
commit | f7e6c8f5a4cdfc3920d9b335a60fde001646e171 (patch) | |
tree | 941730e3cda3389dd3724e7333891dd2b2208a4d /hosts | |
parent | 11e46464086b03939f105ad23bbaf941f36cb486 (diff) |
Add moreutils to common host config
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 84d0354..57c88cd 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -27,6 +27,7 @@ vim comma curl + moreutils ]; # Aliases that are burned into my muscle memory. |