diff --git a/home/modules/rofi.nix b/home/modules/rofi.nix index b8d02c7..b3f3c93 100644 --- a/home/modules/rofi.nix +++ b/home/modules/rofi.nix @@ -18,7 +18,7 @@ package = pkgs.rofi-wayland; plugins = [pkgs.rofi-rbw-wayland pkgs.rofi-power-menu]; extraConfig = { - terminal = "wezterm"; + terminal = "foot"; disable-history = false; show-icons = true; sidebar-mode = true;