From d86fe8db41ee2f7a470aba162bc9150caa6a3550 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:33:37 +0300 Subject: [PATCH] chore(hand7s): ghostty upstream Signed-off-by: s0me1newithhand7s --- hand7s/programs/ghostty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hand7s/programs/ghostty.nix b/hand7s/programs/ghostty.nix index 9f1dca0..8d5097f 100644 --- a/hand7s/programs/ghostty.nix +++ b/hand7s/programs/ghostty.nix @@ -1,5 +1,5 @@ { - pkgs, + config, lib, ... }: { @@ -12,7 +12,7 @@ bell-features = "system"; - command = "${lib.getExe pkgs.nushell}"; + command = "${lib.getExe config.programs.nushell.package}"; confirm-close-surface = false;