chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-14 16:09:17 -05:00
parent 692b59c970
commit 948fbf943e
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View file

@ -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;