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