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 = {
nixfmt.enable = true;
qmlformat = {
enable = true;
};
qmlformat.enable = true;
};
};
in