nixos-configuration/home/rofi.nix

10 lines
141 B
Nix

{ ... }: {
programs.rofi = {
enable = true;
# font = "Roboto Mono 14";
extraConfig = {
matching = "fuzzy";
};
};
}