From 611d99876b763a77964d58da3da60df48d1eb5ac Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 18 Jun 2025 17:22:39 +0200 Subject: [PATCH] wildfire: 197 current 2025-06-18 17:22:35 25.05.20250615.6c64dab 6.15.2 * --- modules/home/rofi.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/home/rofi.nix b/modules/home/rofi.nix index a20df1f..5f4ff67 100644 --- a/modules/home/rofi.nix +++ b/modules/home/rofi.nix @@ -4,14 +4,9 @@ theme = "gruvbox-dark"; font = "Intel One Mono"; modes = [ - "combi" + "drun" + "window" ]; - extraConfig = { - "combi-modes" = [ - "drun" - "window" - ]; - }; terminal = "\${pkgs.ghostty}/bin/ghostty"; }; }