fix(terminal): default to alacritty #250
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,6 @@
|
|||
inherit (unstablePkgs)
|
||||
gitoxide
|
||||
jujutsu
|
||||
# wezterm
|
||||
;
|
||||
};
|
||||
|
||||
|
|
|
@ -155,8 +155,8 @@ let
|
|||
};
|
||||
terminal = lib.mkOption {
|
||||
description = "The terminal emulator to use.";
|
||||
default = "wezterm";
|
||||
example = "alacritty";
|
||||
default = "alacritty";
|
||||
example = "wezterm";
|
||||
type = types.enum [
|
||||
"wezterm"
|
||||
"alacritty"
|
||||
|
|
Loading…
Reference in a new issue