mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: unfucked devshell
This commit is contained in:
parent
653b0dcb99
commit
232e338854
1 changed files with 20 additions and 4 deletions
|
|
@ -41,10 +41,26 @@
|
|||
commitizen.enable = true;
|
||||
};
|
||||
|
||||
treefmt.programs.nixfmt = {
|
||||
enable = true;
|
||||
width = 200;
|
||||
treefmt = {
|
||||
programs = {
|
||||
nixfmt-rfc-style.enable = true;
|
||||
cabal-fmt.enable = true;
|
||||
commitizen.enable = true;
|
||||
deadnix.enable = true;
|
||||
elm-format.enable = true;
|
||||
hlint.enable = true;
|
||||
mdformat.enable = true;
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
width = 200;
|
||||
};
|
||||
ormolu.enable = true;
|
||||
rustfmt.enable = true;
|
||||
statix.enable = true;
|
||||
taplo.enable = true;
|
||||
typstyle.enable = true;
|
||||
yamlfmt.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue