dust + xd

This commit is contained in:
2023-06-11 21:21:53 -04:00
parent fbc08f6c47
commit f7999d7c9a
2 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,11 @@ pkgs:
{ {
enable = true; enable = true;
shellAliases = { shellAliases = {
nsh = "nix-shell --command fish";
cd = "z"; cd = "z";
du = "dust";
http = "xh";
https = "xh";
nsh = "nix-shell --command fish";
}; };
# interactiveShellInit = '' # interactiveShellInit = ''

View File

@@ -48,6 +48,7 @@
pkgs.aws-iam-authenticator pkgs.aws-iam-authenticator
pkgs.awscli pkgs.awscli
pkgs.bashInteractive pkgs.bashInteractive
pkgs.du-dust
# pkgs.emacs # pkgs.emacs
pkgs.fd pkgs.fd
pkgs.fend pkgs.fend
@@ -55,7 +56,7 @@
# pkgs.go # pkgs.go
# pkgs.haskellPackages.cabal-install # pkgs.haskellPackages.cabal-install
# pkgs.haskellPackages.haskell-language-server # pkgs.haskellPackages.haskell-language-server
pkgs.httpie # pkgs.httpie
# pkgs.inconsolata-nerdfont # pkgs.inconsolata-nerdfont
pkgs.jdt-language-server pkgs.jdt-language-server
pkgs.just pkgs.just
@@ -78,6 +79,7 @@
# pkgs.sbcl # pkgs.sbcl
# pkgs.source-code-pro # pkgs.source-code-pro
pkgs.tokei pkgs.tokei
pkgs.xh
# pkgs.xonsh # pkgs.xonsh
pkgs.yarn pkgs.yarn
# pkgs.zellij # pkgs.zellij