fix: use correct rofi package for wayland

This commit is contained in:
Youwen Wu 2024-09-18 18:42:10 -07:00
parent 9909a7f43d
commit d36d5faa9d
Signed by untrusted user: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -148,6 +148,7 @@
enable = true; enable = true;
cycle = true; cycle = true;
location = "center"; location = "center";
package = pkgs.rofi-wayland;
}; };
services.dunst.enable = true; services.dunst.enable = true;