Add duf to home.nix
This commit is contained in:
@@ -41,11 +41,14 @@ in
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
xonsh_with_plugins
|
xonsh_with_plugins
|
||||||
|
# Jump to directories
|
||||||
zoxide
|
zoxide
|
||||||
# Better cat
|
# Better cat
|
||||||
bat
|
bat
|
||||||
# Better find
|
# Better find
|
||||||
fd
|
fd
|
||||||
|
# Better df
|
||||||
|
duf
|
||||||
htop
|
htop
|
||||||
fzf
|
fzf
|
||||||
ncdu
|
ncdu
|
||||||
|
|||||||
Reference in New Issue
Block a user