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;