From 78f6fb64d0ab9733a7380fb8a0624b987ca8fb08 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 22 Jun 2025 14:52:35 +0200 Subject: [PATCH] yazi gs nx2site ace --- home-modules/yazi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-modules/yazi.nix b/home-modules/yazi.nix index 5e19436..ffd8872 100644 --- a/home-modules/yazi.nix +++ b/home-modules/yazi.nix @@ -34,6 +34,7 @@ { on = [ "g" "e" ]; run = "arrow up"; desc = "Move cursor to the end"; } { on = [ "g" "h" ]; run = "cd ~"; desc = "Go to the home directory"; } { on = [ "g" "n" ]; run = "cd ~/nix-dots"; desc = "Go to the Nix-Dotfiles directory"; } + (pkgs.lib.mkIf (hyper.host == "NxACE") { on = [ "g" "s" ]; run = "cd /var/lib/hugo/nx2site"; desc = "Go to the Hugo Nx2.Site directory"; }) { on = [ "g" "n" ]; run = "cd /nix/store"; desc = "Go to the Nix-Store"; } { on = [ "g" "c" ]; run = "cd ~/.config"; desc = "Go to the config directory"; } { on = [ "g" "l" ]; run = "cd ~/.locale"; desc = "Go to the .locale directory"; }