shell: install yazi
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M user/settings/shell.nix → user/settings/shell.nix
@@ -15,6 +15,9 @@ then "" else "--time-style=long-iso"; in { + imports = [ + ./yazi.nix + ]; home = { shellAliases = { l = "ls ${lsOptions} -Bp";