flake: use nixfmt-rfc-style
This commit is contained in:
parent
e7b8922920
commit
3307e8259d
13 changed files with 398 additions and 167 deletions
|
@ -1,5 +1,4 @@
|
|||
{ tela-circle-icon-theme, ... }:
|
||||
tela-circle-icon-theme.overrideAttrs (finalAttrs: {
|
||||
patches = (finalAttrs.patches or [ ])
|
||||
++ [ ./0001-fix-links-remove-symbolic-links.patch ];
|
||||
patches = (finalAttrs.patches or [ ]) ++ [ ./0001-fix-links-remove-symbolic-links.patch ];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue