user/rofi: switch to upstream rofi from wayland fork

This commit is contained in:
Cilly Leang 2025-10-25 18:50:01 +11:00
parent a9f5d4da4d
commit 84ddc3b6ec
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -16,7 +16,6 @@ let
in {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = "theme";
};
xdg.configFile."rofi/theme.rasi".source = theme;