zellij/treefmt.toml
a-kenji bd849574be
add(nix): treefmt / alejandra (#1201)
* add(nix): treefmt / alejandra

* fmt the nix tree

* add fmt check for nix to ci

* switch `nixpkgs-fmt` -> `alejandra`
2022-03-10 16:27:39 +01:00

4 lines
59 B
TOML

[formatter.nix]
command = "alejandra"
includes = ["*.nix"]