From a9f322d48c9772ac56d693bdb90ac837c5978c93 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 15 Sep 2024 18:47:00 +0200 Subject: [PATCH] Move yazi alias to yazi config file --- modules/home/kitty/default.nix | 3 --- modules/home/yazi/default.nix | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index e91a0e6..c3b8a96 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -42,9 +42,6 @@ in size = 12; }; }; - home.shellAliases = { - y = "ya"; # Yazi shell wrapper (cd on quit) - }; systemd.user.sessionVariables.TERMINAL = "kitty"; }; diff --git a/modules/home/yazi/default.nix b/modules/home/yazi/default.nix index d994020..67371f3 100644 --- a/modules/home/yazi/default.nix +++ b/modules/home/yazi/default.nix @@ -43,6 +43,11 @@ in ffmpegthumbnailer xclip ]; + + home.shellAliases = { + y = "ya"; # Yazi shell wrapper (cd on quit) + }; + programs.yazi.enable = true; programs.yazi.enableFishIntegration = true; programs.yazi.settings.manager = {