9 lines
191 B
Nix
9 lines
191 B
Nix
![]() |
{tela-circle-icon-theme}:
|
||
|
tela-circle-icon-theme.overrideAttrs (finalAttrs: {
|
||
|
patches =
|
||
|
(finalAttrs.patches or [])
|
||
|
++ [
|
||
|
./0001-fix-links-remove-symbolic-links.patch
|
||
|
];
|
||
|
})
|