Add initial snowfall-lib and treefmt setup

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-05 11:01:57 +02:00
parent 4fef21dd2c
commit 813210c64f
Signed by: khs
GPG key ID: C7D890804F01E9F0
2 changed files with 76 additions and 0 deletions

6
treefmt.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.shfmt.enable = true;
}