niksos/modules/gui/rofi.nix
2023-09-08 16:10:15 +02:00

11 lines
165 B
Nix

{
pkgs,
...
}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
cycle = true;
terminal = "foot";
};
}