fix: format
This commit is contained in:
parent
61d2bd2895
commit
5766fe81dd
2 changed files with 12 additions and 3 deletions
|
|
@ -43,7 +43,16 @@ in
|
|||
luarocks
|
||||
tree-sitter
|
||||
nixfmt-tree
|
||||
(texlive.combine { inherit (texlive) scheme-small latexindent latexmk lastpage pgf collection-fontsrecommended; })
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
scheme-small
|
||||
latexindent
|
||||
latexmk
|
||||
lastpage
|
||||
pgf
|
||||
collection-fontsrecommended
|
||||
;
|
||||
})
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue