feat(wofi): add wofi config for drun
This commit is contained in:
parent
c2ec169a17
commit
daacc0fe68
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…
Reference in a new issue