stylix/home-manager-integration: add missing icons integration (#1941)

Closes: https://github.com/nix-community/stylix/issues/1933
Link: https://github.com/nix-community/stylix/pull/1941

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Konrad Malik 2025-11-16 18:43:10 +01:00 committed by GitHub
parent 29dc3dd858
commit b68e822068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,13 @@ let
"terminal"
];
}
{
path = [
"stylix"
"icons"
];
condition = _homeConfig: !pkgs.stdenv.hostPlatform.isDarwin;
}
{
path = [
"stylix"