Fixed bad rofi theme

This commit is contained in:
2024-08-15 11:54:36 -03:00
parent df7da8e6a1
commit eb6c2bd691

View File

@@ -43,7 +43,6 @@
programs.rofi = { programs.rofi = {
enable = true; enable = true;
package = pkgs.rofi; package = pkgs.rofi-wayland;
theme = pkgs.rofi-themes.hyprland;
}; };
} }