mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
9 lines
105 B
TOML
9 lines
105 B
TOML
[global]
|
|
excludes = [
|
|
"npins/default.nix"
|
|
]
|
|
|
|
[formatter.nix]
|
|
command = "nixfmt"
|
|
includes = [ "*.nix" ]
|