nixos-configuration/home/rofi.nix

10 lines
141 B
Nix
Raw Permalink Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
programs.rofi = {
enable = true;
# font = "Roboto Mono 14";
extraConfig = {
matching = "fuzzy";
};
};
}