6 lines
110 B
Nix
6 lines
110 B
Nix
{ lib, ...}: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
font = lib.mkForce "DejaVu Sans 16";
|
|
};
|
|
}
|