From fe92602302c60856546ad2d8ff3a76bc6f4c1788 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:33:30 -0700 Subject: [PATCH] wip --- nixos/system/home/shared.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 0ef0b25..56e489d 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -48,6 +48,8 @@ in { sessionVariables.EDITOR = "vim"; sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh"; + sessionVariables.SSH_ASKPASS_REQUIRE = "never"; + sessionVariables.GIT_TERMINAL_PROMPT = "1"; packages = stable-packages ++ unstable-packages;