summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-18 09:15:26 +0200
committerAlan Pearce2024-04-18 09:16:14 +0200
commit743e0bfdc880a036d46f6f8e147be480cdfe8266 (patch)
treef07860e772713f83e50239dc7c894699ad070acf /user/settings/shell.nix
parentb0f71978e87f6193897dfe74498cc78b635fcce3 (diff)
downloadnixfiles-743e0bfdc880a036d46f6f8e147be480cdfe8266.tar.lz
nixfiles-743e0bfdc880a036d46f6f8e147be480cdfe8266.tar.zst
nixfiles-743e0bfdc880a036d46f6f8e147be480cdfe8266.zip
shell: install yazi
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix3
1 files changed, 3 insertions, 0 deletions
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";