nixos/home/rofi.nix
2024-06-07 17:34:59 +02:00

6 lines
94 B
Nix

{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
};
}