diff options
-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 - ]; + ]; } |