diff options
author | Ben Sima <ben@bsima.me> | 2021-11-30 13:00:13 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-30 13:03:40 -0500 |
commit | c1322b8585b4fb9b9fbef525feb2f4b195e84996 (patch) | |
tree | 9a8bb4e1af80388fbaedcaf43659080f793090f2 | |
parent | fb99c3195e5e3ddc0d422e869600bd8d59092baa (diff) |
add some packages, and sort
-rw-r--r-- | lib/packages.nix | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/packages.nix b/lib/packages.nix index e73eafc..da23868 100644 --- a/lib/packages.nix +++ b/lib/packages.nix @@ -19,11 +19,11 @@ let cp ./zebra $out/bin ''; }; -in { +in { home.packages = [ - asciinema ag amfora + asciinema aspellDicts.en bat bc @@ -40,19 +40,22 @@ in { figlet file font-awesome_5 - gitAndTools.stgit git-lfs git-revise + gitAndTools.stgit github-cli + gotop hashcash htop httpstat + inetutils ispell jq lsof material-icons mononoki mpc_cli + ncat ncdu ncmpc nix-prefetch-scripts @@ -66,6 +69,7 @@ in { pianobar pup pwgen + python37Packages.black ranger ripgrep shellcheck @@ -76,8 +80,7 @@ in { urlscan vimpager w3m - whois zebra zip - ]; + ]; } |