chore: nf-lint-nix and nf-fmt-nix

This commit is contained in:
arcnmx 2024-01-25 13:09:28 -08:00
parent ee53c89e40
commit 2a76c4fc98
11 changed files with 100 additions and 13 deletions

View file

@ -25,7 +25,7 @@
"modules/nixos" = {
functor = {
external =
(with (import (inputs.arcexprs + "/modules")).nixos; [
with (import (inputs.arcexprs + "/modules")).nixos; [
nix
systemd
dht22-exporter
@ -46,7 +46,7 @@
mosh
doc-warnings
inputs.systemd2mqtt.nixosModules.default
]);
];
};
};
"modules/nixos".functor.enable = true;