13 lines
180 B
Nix
13 lines
180 B
Nix
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
theme = "gruvbox-dark";
|
|
font = "Intel One Mono";
|
|
modes = [
|
|
"drun"
|
|
"window"
|
|
];
|
|
terminal = "ghostty";
|
|
};
|
|
}
|