6 lines
108 B
Nix
6 lines
108 B
Nix
![]() |
_: {
|
||
|
projectRootFile = ".git/config";
|
||
|
programs.nixfmt.enable = true;
|
||
|
programs.ormolu.enable = true;
|
||
|
}
|