From 743e0bfdc880a036d46f6f8e147be480cdfe8266 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 18 Apr 2024 09:15:26 +0200 Subject: shell: install yazi --- user/settings/shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index a857e15c..768e52a6 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -15,6 +15,9 @@ let else "--time-style=long-iso"; in { + imports = [ + ./yazi.nix + ]; home = { shellAliases = { l = "ls ${lsOptions} -Bp"; -- cgit 1.4.1