From 0cd1cfc877400c9c4a16f18f462c704149cb078b Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Thu, 26 Sep 2024 22:10:11 +0200 Subject: [PATCH] add shell integration for yazi --- modules/home-manager/shell/yazi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/shell/yazi/default.nix b/modules/home-manager/shell/yazi/default.nix index c4ddf13..3f44a02 100644 --- a/modules/home-manager/shell/yazi/default.nix +++ b/modules/home-manager/shell/yazi/default.nix @@ -2,6 +2,7 @@ _: { programs = { yazi = { enable = true; + enableZshIntegration = true; }; }; }