mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
12 lines
199 B
Nix
12 lines
199 B
Nix
{
|
|
projectRootFile = "flake.nix";
|
|
programs = {
|
|
deadnix = {
|
|
enable = true;
|
|
no-lambda-pattern-names = true;
|
|
};
|
|
nixfmt.enable = true;
|
|
};
|
|
settings.on-unmatched = "info";
|
|
}
|