refactor(flake): inline qmlformat program config

This commit is contained in:
tux
2026-08-24 20:05:36 +05:30
parent 8f8239727e
commit 51906373aa

View File

@@ -38,9 +38,7 @@
programs = { programs = {
nixfmt.enable = true; nixfmt.enable = true;
qmlformat = { qmlformat.enable = true;
enable = true;
};
}; };
}; };
in in