diff --git a/modules/home/rofi/default.nix b/modules/home/rofi/default.nix index ff5b4d3..7d3b871 100644 --- a/modules/home/rofi/default.nix +++ b/modules/home/rofi/default.nix @@ -4,7 +4,7 @@ enable = true; package = pkgs.rofi-wayland; extraConfig = { - modi = "drun,ssh,drun"; + modi = "drun,ssh,run"; display-drun = "  Apps "; display-run = "  Run "; display-ssh = " 󰌘 Ssh ";