meta(repo): init repo

This commit is contained in:
Artur Manuel 2025-02-10 20:28:46 +00:00
commit 394c328738
13 changed files with 649 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{tela-circle-icon-theme}:
tela-circle-icon-theme.overrideAttrs (finalAttrs: {
patches =
(finalAttrs.patches or [])
++ [
./0001-fix-links-remove-symbolic-links.patch
];
})