8 lines
No EOL
137 B
Nix
8 lines
No EOL
137 B
Nix
{ pkgs, config, lib, ...}:
|
|
{
|
|
programs.rofi = {
|
|
enable = true;
|
|
theme = "android_notification";
|
|
location = "top-left";
|
|
};
|
|
} |