chore(terminal): switch default terminal to ptyxis
This commit is contained in:
parent
a59facdb0a
commit
2f8f5e340b
6 changed files with 15 additions and 16 deletions
|
|
@ -23,10 +23,10 @@ in
|
|||
pkgs.zoxide
|
||||
];
|
||||
|
||||
# Use Ghostty as the default terminal emulator.
|
||||
# Use Ptyxis as the default terminal emulator.
|
||||
environment.sessionVariables = {
|
||||
TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
|
||||
DEFAULT_TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue