alqages/packages/tela-circle-icon-theme-patched/default.nix

5 lines
181 B
Nix
Raw Normal View History

2025-04-02 20:37:22 +01:00
{ tela-circle-icon-theme, ... }:
2025-02-10 20:28:46 +00:00
tela-circle-icon-theme.overrideAttrs (finalAttrs: {
2025-04-02 21:06:44 +01:00
patches = (finalAttrs.patches or [ ]) ++ [ ./0001-fix-links-remove-symbolic-links.patch ];
2025-02-10 20:28:46 +00:00
})