refactor(homes/rafiq): clean up terminal settings
This commit is contained in:
parent
8eceb81ad9
commit
fad82fc781
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
home.sessionVariables.TERMINAL = "ghostty -e";
|
||||
programs.ghostty.enable = true;
|
||||
programs.ghostty.settings.confirm-close-surface = false;
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
confirm-close-surface = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue