fix: Switch default from alacritty to wezterm
This commit is contained in:
parent
99d38c45c4
commit
e3a16f4b6e
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ let
|
||||||
};
|
};
|
||||||
terminal = lib.mkOption {
|
terminal = lib.mkOption {
|
||||||
description = "The terminal emulator to use.";
|
description = "The terminal emulator to use.";
|
||||||
default = "alacritty";
|
default = "wezterm";
|
||||||
example = "wezterm";
|
example = "alacritty";
|
||||||
type = types.enum [ "wezterm" "alacritty" ];
|
type = types.enum [ "wezterm" "alacritty" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue