Skip to content

Commit

Permalink
add ncdu
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 2, 2021
1 parent 758d625 commit 21c2c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -13,6 +13,7 @@
./jq
./lf
./kakoune
./ncdu
./niv
./rofi
./ripgrep
Expand Down
1 change: 1 addition & 0 deletions dotfiles/ncdu/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.ncdu ]; }
1 change: 1 addition & 0 deletions machines/flame/default.nix
Expand Up @@ -63,6 +63,7 @@
../../dotfiles/hyperfine
../../dotfiles/jq
../../dotfiles/kakoune
../../dotfiles/ncdu
../../dotfiles/niv
../../dotfiles/ripgrep
../../dotfiles/ssh
Expand Down

0 comments on commit 21c2c78

Please sign in to comment.