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:
parent
29dc3dd858
commit
b68e822068
1 changed files with 7 additions and 0 deletions
|
|
@ -106,6 +106,13 @@ let
|
|||
"terminal"
|
||||
];
|
||||
}
|
||||
{
|
||||
path = [
|
||||
"stylix"
|
||||
"icons"
|
||||
];
|
||||
condition = _homeConfig: !pkgs.stdenv.hostPlatform.isDarwin;
|
||||
}
|
||||
{
|
||||
path = [
|
||||
"stylix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue