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