diff --git a/flake-modules/overlays.nix b/flake-modules/overlays.nix index 437797c..ae9b7cd 100644 --- a/flake-modules/overlays.nix +++ b/flake-modules/overlays.nix @@ -17,7 +17,6 @@ inherit (unstablePkgs) gitoxide jujutsu - # wezterm ; }; diff --git a/home/options.nix b/home/options.nix index 9b44f43..4334c16 100644 --- a/home/options.nix +++ b/home/options.nix @@ -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"