about summary refs log tree commit diff stats
path: root/nixconf/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixconf/common.nix')
-rw-r--r--nixconf/common.nix6
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;