mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:56:51 +01:00
5 lines
95 B
Nix
5 lines
95 B
Nix
{ pkgs, ... }:
|
|
{
|
|
projectRootFile = "flake.nix";
|
|
programs.nixfmt-rfc-style.enable = true;
|
|
}
|