use rofi-waylannd

This commit is contained in:
zoe 2023-08-10 12:37:32 +02:00
parent c2e7083b9a
commit 6a4321c849
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in
{
home-manager.users.zoe.programs.rofi = {
enable = true;
package = pkgs.rofi;
package = pkgs.rofi-wayland;
plugins = with pkgs; [ rofi-calc rofi-power-menu ];
theme = rofi-theme;
font = "${config.font.regular} 16";