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

7 lines
110 B
Nix
Raw Normal View History

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