7 lines
131 B
Nix
7 lines
131 B
Nix
{ config, ... }: {
|
|
programs.rofi = {
|
|
font = "Open Sans 10";
|
|
scrollbar = false;
|
|
#theme = builtins.fetchUrl {};
|
|
};
|
|
}
|