diff --git a/home/hyprland/rofi/default.nix b/home/hyprland/rofi/default.nix index 3d11a381..cce876ee 100644 --- a/home/hyprland/rofi/default.nix +++ b/home/hyprland/rofi/default.nix @@ -11,15 +11,19 @@ in { enable = true; location = "center"; pass.enable = true; - terminal = "${pkgs.wezterm}/bin/wezterm"; + terminal = "wezterm-gui"; plugins = with pkgs; [ rofi-file-browser rofi-top ]; extraConfig = { modi = "run,drun,ssh,top,file-browser-extended,power-menu:${pkgs.rofi-power-menu}/bin/rofi-power-menu"; + sort = true; + sorting-method = "fzf"; + matching = "fuzzy"; icon-theme = icon-theme; show-icons = true; + application-fallback-icon = "󰣆"; drun-display-format = "{icon} {name}"; disable-history = false; hide-scrollbar = true;