meta(repo): init repo
This commit is contained in:
commit
394c328738
13 changed files with 649 additions and 0 deletions
8
tela-circle-icon-theme-patched/default.nix
Normal file
8
tela-circle-icon-theme-patched/default.nix
Normal 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
|
||||
];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue