nix/home-manager/common/desktops/hyprland/components/rofi.nix
2024-02-18 18:41:59 +09:00

7 lines
138 B
Nix

{ lib, ...}: {
programs.rofi = {
enable = true;
# theme = "material";
font = lib.mkForce "DejaVu Sans 12";
};
}