From 518315f37b237a2b883edd4bfd5e9537d889de84 Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Fri, 16 Aug 2024 13:02:15 +0200 Subject: [PATCH] add yazi as a new file manager into the mix --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 257ba30..523d46d 100644 --- a/home.nix +++ b/home.nix @@ -474,6 +474,10 @@ }; }; }; + yazi = { + enable = true; + enableFishIntegration = true; + }; zoxide = { enable = true; };