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

5 lines
139 B
Nix

{
home.sessionVariables.TERMINAL = "ghostty -e";
#TODO: fix image preview
programs.ghostty.settings.confirm-close-surface = false;
}