chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
692b59c970
commit
948fbf943e
2 changed files with 7 additions and 1 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -1,7 +1,13 @@
|
||||||
{...}: {
|
{
|
||||||
|
nixpkgs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs = {
|
programs = {
|
||||||
wofi = {
|
wofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# FIXME: remove when overlay gets fixed
|
||||||
|
package = pkgs.callPackage "${nixpkgs}/pkgs/applications/misc/wofi/default.nix" {};
|
||||||
settings = {
|
settings = {
|
||||||
prompt = "";
|
prompt = "";
|
||||||
allow_images = true;
|
allow_images = true;
|
||||||
|
|
Loading…
Reference in a new issue