nix/home-manager/common/desktops/hyprland/components/rofi.nix
2024-08-20 21:20:12 +09:00

6 lines
95 B
Nix

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