diff --git a/home/options.nix b/home/options.nix index 770807a..f0a5ca4 100644 --- a/home/options.nix +++ b/home/options.nix @@ -94,8 +94,8 @@ let }; terminal = lib.mkOption { description = "The terminal emulator to use."; - default = "alacritty"; - example = "wezterm"; + default = "wezterm"; + example = "alacritty"; type = types.enum [ "wezterm" "alacritty" ]; }; };