refactor(repo): change a bunch of everything
This commit is contained in:
parent
81f367e3aa
commit
81bee82c34
26 changed files with 352 additions and 127 deletions
8
packages/tela-circle-icon-theme-patched/default.nix
Normal file
8
packages/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