home(wofi): add wofi config for drun
This commit is contained in:
parent
76bb62afe1
commit
80ea913446
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