mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
12 lines
196 B
Nix
12 lines
196 B
Nix
_: {
|
|
programs.wofi = {
|
|
enable = false;
|
|
settings = {
|
|
insensitive = true;
|
|
allow_images = true;
|
|
hide_scroll = true;
|
|
mode = "dmenu";
|
|
prompt = "";
|
|
};
|
|
};
|
|
}
|