commit 5725d409c10387f77457bb3cb670e0af3f67e523
parent 7301a84f9cae0ff948f0e65128e8e739468150bf
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 1 Jul 2025 20:24:00 +0200
parent 7301a84f9cae0ff948f0e65128e8e739468150bf
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 1 Jul 2025 20:24:00 +0200
config/home/programs/ghostty: set `TERMINAL` environment-variable
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/ghostty.nix b/config/home/zaphyra/programs/ghostty.nix @@ -2,6 +2,8 @@ { + home.sessionVariables.TERMINAL = "ghostty"; + programs.ghostty = { enable = true; enableFishIntegration = true;