pantheon/homes/x86_64-linux/rafiq/desktop/terminal.nix

4 lines
112 B
Nix

{
home.sessionVariables.TERMINAL = "ghostty -e";
programs.ghostty.settings.confirm-close-surface = false;
}