diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 6972d308..5f3ad59e 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -24,14 +24,24 @@ src = ./p10k-config; } { - name = "zsh-exa"; + name = "zsh-lsd"; src = pkgs.fetchFromGitHub { - owner = "ptavares"; - repo = "zsh-exa"; - rev = "0.2.3"; - sha256 = "0vn3iv9d3c1a4rigq2xm52x8zjaxlza1pd90bw9mbbkl9iq8766r"; - }; + owner = "z-shell"; + repo = "zsh-lsd"; + rev = "029a9cb0a9b39c9eb6c5b5100dd9182813332250"; + sha256 = "sha256-oWjWnhiimlGBMaZlZB+OM47jd9hporKlPNwCx6524Rk="; + }; } + # { + # name = "zsh-exa"; + # src = pkgs.fetchFromGitHub + # { + # owner = "ptavares"; + # repo = "zsh-exa"; + # rev = "0.2.3"; + # sha256 = "0vn3iv9d3c1a4rigq2xm52x8zjaxlza1pd90bw9mbbkl9iq8766r"; + # }; + # } ]; } diff --git a/modules/packages/terminal.nix b/modules/packages/terminal.nix index 4dcb9b65..b247b5c6 100644 --- a/modules/packages/terminal.nix +++ b/modules/packages/terminal.nix @@ -24,6 +24,7 @@ inputs: e2fsprogs trash-cli tmux adb-sync pdfchain wgetpaste httplib clang magic-enum xtensor go rustc boost cereal cxxopts valgrind + lsd zellij broot ]; programs = {