diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-13 07:48:02 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-13 07:48:02 +0100 |
commit | c3cdf6198c691400236e2e90a92c655eab63c7b0 (patch) | |
tree | 08af76fb14212077831a22e11c4c51674467c97d | |
parent | 26d9914522430963b4c3457714b256c9c2af9f14 (diff) | |
download | dotfiles-c3cdf6198c691400236e2e90a92c655eab63c7b0.tar.gz |
Add some more packages
-rw-r--r-- | nixconf/common.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nixconf/common.nix b/nixconf/common.nix index a93fe1d..4c91ad8 100644 --- a/nixconf/common.nix +++ b/nixconf/common.nix @@ -8,6 +8,7 @@ home.packages = with pkgs; [ bat bottom + broot curl difftastic #docker @@ -26,6 +27,7 @@ isync jq lscolors + lsd lynx mopidy mopidy-ytmusic @@ -34,6 +36,8 @@ mu neovim nix-info + nix-prefetch-git + nix-prefetch-github #pinentry #procs libqalculate @@ -44,7 +48,7 @@ ugrep vim w3m - #zenith + zenith ]; programs.gpg.enable = true; |