diff options
| author | Fuwn <[email protected]> | 2024-09-06 21:38:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-06 21:38:16 -0700 |
| commit | 67acfc5da20f4b348e3826788243c997990a9a3c (patch) | |
| tree | 08a1cc47f648eb001d5f8362716337c5af58d92f /home/ebisu/fortune/system | |
| parent | Bump (diff) | |
| download | nixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.tar.xz nixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.zip | |
Bump
Diffstat (limited to 'home/ebisu/fortune/system')
| -rw-r--r-- | home/ebisu/fortune/system/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix index 3bae980..4cb31b3 100644 --- a/home/ebisu/fortune/system/variables.nix +++ b/home/ebisu/fortune/system/variables.nix @@ -84,7 +84,7 @@ MOZ_USE_XINPUT2 = "1"; AWT_TOOLKIT = "MToolkit wmname LG3D"; _JAVA_AWT_WM_NONREPARENTING = 1; - # GPG_TTY=$(tty); + GPG_TTY = "$(tty)"; # GIT_ASKPASS = "${pkgs.ksshaskpass}/bin/ksshaskpass"; # SSH_ASKPASS = "${pkgs.ksshaskpass}/bin/ksshaskpass"; # SSH_ASKPASS_REQUIRE = "prefer"; |