parent
692b59c970
commit
948fbf943e
2 changed files with 43 additions and 37 deletions
home/wofi
|
@ -1,7 +1,13 @@
|
|||
{...}: {
|
||||
{
|
||||
nixpkgs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
wofi = {
|
||||
enable = true;
|
||||
# FIXME: remove when overlay gets fixed
|
||||
package = pkgs.callPackage "${nixpkgs}/pkgs/applications/misc/wofi/default.nix" {};
|
||||
settings = {
|
||||
prompt = "";
|
||||
allow_images = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue