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