mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
add treefmt
This commit is contained in:
parent
d5b07c82ae
commit
55aeca7389
3 changed files with 76 additions and 36 deletions
5
treefmt.nix
Normal file
5
treefmt.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
programs.nixfmt-rfc-style.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue