This commit is contained in:
Lukas Wurzinger 2025-07-26 15:39:07 +02:00
parent 996bcd0fa1
commit f022074dd6
No known key found for this signature in database
4 changed files with 63 additions and 19 deletions

View file

@ -40,9 +40,13 @@
treefmt = {
projectRootFile = "flake.nix";
programs.nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
programs = {
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
shfmt.enable = true;
};
};