Fix rofi showing on the wrong window

This commit is contained in:
Casper V. Kristensen 2023-08-21 22:50:48 +02:00
parent db6f370c46
commit 12a86e8ac3

View file

@ -188,9 +188,11 @@
};
# https://github.com/davatorium/rofi
# https://github.com/lbonn/rofi (wayland fork)
# https://wiki.archlinux.org/title/rofi
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
plugins = with pkgs; [
rofi-emoji
];