nix-config/home-manager/sajenim/features/desktop/jade/rofi.nix
2024-01-21 21:01:42 +08:00

9 lines
86 B
Nix

{ ... }:
{
programs.rofi = {
enable = true;
font = "Fisa Code 10";
};
}