From 978523a346af66fd32ca727d6ea42606bbd421af Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 07:30:19 -0400 Subject: [PATCH] example: replace webp-thumbnailer with dunst-scripts --- example/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/configuration.nix b/example/configuration.nix index 0cc8ffd4..3ede9461 100644 --- a/example/configuration.nix +++ b/example/configuration.nix @@ -29,7 +29,7 @@ in ]) (with nix-config.packages.${pkgs.system}; [ - webp-thumbnailer + dunst-scripts ]) ];