nix/home-manager/common/desktops/hyprland/components/rofi.nix
2024-04-16 22:08:55 +09:00

6 lines
110 B
Nix

{ lib, ...}: {
programs.rofi = {
enable = true;
font = lib.mkForce "DejaVu Sans 16";
};
}