nix/home-manager/common/desktops/hyprland/components/rofi.nix
2024-02-18 11:36:47 +09:00

7 lines
121 B
Nix

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