11 lines
154 B
Nix
11 lines
154 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.rofi = {
|
||
|
enable = true;
|
||
|
extraConfig = {
|
||
|
display-drun = " Apps ";
|
||
|
display-run = " Run ";
|
||
|
};
|
||
|
};
|
||
|
}
|