vars: Add naming standard

This commit is contained in:
a-kenji
2024-11-05 19:05:40 +01:00
parent a71b0bdc82
commit bb7c70e9ce

View File

@@ -200,3 +200,4 @@ Or you can also use the [nix breakpoint hook](https://nixos.org/manual/nixpkgs/s
- Every new module name should be in kebab-case.
- Every fact definition, where possible should be in kebab-case.
- Every vars definition, where possible should be in kebab-case.