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

5 lines
146 B
Nix

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