fix: format

This commit is contained in:
Barrett Ruth 2026-02-17 09:02:23 -05:00
parent 61d2bd2895
commit 5766fe81dd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 12 additions and 3 deletions

View file

@ -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 = {