diff options
author | Linnnus <[email protected]> | 2023-11-16 17:23:07 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-16 17:23:07 +0100 |
commit | 6e37907d7fe3a5c64d601499a233f9365ecb5449 (patch) | |
tree | a5d31898104f9acd5eb1e5de23eb3484d0a7fe39 /hosts | |
parent | c24feb5b892742559c13e7d51971de0c2c57695a (diff) |
home/git+hosts: Remove jq, add gh
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 |