mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-14 14:58:14 +01:00
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:
parent
cf7d20360e
commit
541e7e9a71
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user