From 84ddc3b6ec38fc27f04ec00904b852c99ee93ae5 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Sat, 25 Oct 2025 18:50:01 +1100 Subject: [PATCH] user/rofi: switch to upstream rofi from wayland fork --- modules/user/rofi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/user/rofi.nix b/modules/user/rofi.nix index 19e569e..1f11d06 100644 --- a/modules/user/rofi.nix +++ b/modules/user/rofi.nix @@ -16,7 +16,6 @@ let in { programs.rofi = { enable = true; - package = pkgs.rofi-wayland; theme = "theme"; }; xdg.configFile."rofi/theme.rasi".source = theme;