nix/home-manager/common/desktops/hyprland/components/rofi.nix

7 lines
110 B
Nix
Raw Normal View History

2024-02-18 18:41:59 +09:00
{ lib, ...}: {
2024-01-04 14:39:52 +09:00
programs.rofi = {
2024-02-18 11:12:37 +09:00
enable = true;
2024-04-16 22:08:55 +09:00
font = lib.mkForce "DejaVu Sans 16";
2024-01-03 22:25:06 +09:00
};
2024-02-18 11:12:37 +09:00
}