swap nnn for yazi

This commit is contained in:
Haak Saxberg 2024-03-15 22:28:01 -07:00
parent efa14870da
commit 32d3ba30c8

View file

@ -19,9 +19,9 @@ let
defaultPkgs = with pkgs; [ defaultPkgs = with pkgs; [
# git-plan # git-plan
jq jq
nnn
tree tree
ripgrep ripgrep
yazi
]; ];
in in
with builtins; with builtins;