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

9 lines
196 B
Nix
Raw Normal View History

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