From ba92b6486d99a8dee2aa5ca758528c74d7a8a30a Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Fri, 3 Jan 2025 19:29:49 +0100 Subject: [PATCH] Fix typo in rofi config --- modules/home/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ";