Renamed rofi-wayland to rofi because deprecated.

This commit is contained in:
vorboyvo 2025-09-23 17:46:31 -04:00
parent 2669647a67
commit 69df407993

View file

@ -158,7 +158,7 @@ in {
programs.rofi = {
enable = true;
font = "Rubik 12";
package = pkgs.rofi-wayland;
package = pkgs.rofi;
theme = "android_notification";
};