diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 2378352..d9b868c 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -33,8 +33,7 @@ # Very basic system administration tools. environment.systemPackages = with pkgs; [ tree - jc - jq + gh vim comma nix-index |