example: Change example package to webp-thumbnailer

fluent-icons and osu-backgrounds no longer need to be inherited here
since they're included at the home-manager level.
This commit is contained in:
Donovan Glover 2024-06-02 14:46:18 -04:00
parent cf7d20360e
commit 541e7e9a71
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -18,7 +18,7 @@ in
};
environment.systemPackages = attrValues {
inherit (nix-config.packages.${pkgs.system}) fluent-icons osu-backgrounds;
inherit (nix-config.packages.${pkgs.system}) webp-thumbnailer;
inherit (pkgs) ruby php;
};