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

9 lines
158 B
Nix

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