home(wofi): add wofi config for drun
This commit is contained in:
parent
f0e48a2d2f
commit
28c682438b
1 changed files with 10 additions and 0 deletions
10
home/wofi/home.nix
Normal file
10
home/wofi/home.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs
|
||||||
|
, lib
|
||||||
|
, config
|
||||||
|
, ... }: with lib; mkIf config.passthrough.gui {
|
||||||
|
programs.wofi = {
|
||||||
|
enable = true;
|
||||||
|
settings.mode = "drun";
|
||||||
|
settings.allow_images = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue