10 lines
141 B
Nix
10 lines
141 B
Nix
|
{ ... }: {
|
||
|
programs.rofi = {
|
||
|
enable = true;
|
||
|
# font = "Roboto Mono 14";
|
||
|
extraConfig = {
|
||
|
matching = "fuzzy";
|
||
|
};
|
||
|
};
|
||
|
}
|