Exempt aliases.nix from auto formatting

This commit is contained in:
SebastianStork 2024-11-23 00:02:10 +01:00
parent 229ee345f8
commit b2cad2defa
2 changed files with 7 additions and 51 deletions

View file

@ -6,4 +6,5 @@
prettier.enable = true;
just.enable = true;
};
settings.formatter.nixfmt.excludes = [ "modules/home/shell/aliases.nix" ];
}).config.build