chore: update flake.lock

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

View file

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