7 lines
138 B
Nix
7 lines
138 B
Nix
{ lib, ...}: {
|
|
programs.rofi = {
|
|
enable = true;
|
|
# theme = "material";
|
|
font = lib.mkForce "DejaVu Sans 12";
|
|
};
|
|
}
|