all repos — nixfiles @ 743e0bfdc880a036d46f6f8e147be480cdfe8266

System and user configuration, managed by nix and home-manager

shell: install yazi

Alan Pearce
commit

743e0bfdc880a036d46f6f8e147be480cdfe8266

parent

b0f71978e87f6193897dfe74498cc78b635fcce3

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -15,6 +15,9 @@ then ""
else "--time-style=long-iso"; in { + imports = [ + ./yazi.nix + ]; home = { shellAliases = { l = "ls ${lsOptions} -Bp";