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"; }; }