From 51906373aac8a1479dfb600819b6ec8b2c3f64a7 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 24 Aug 2026 20:05:36 +0530 Subject: [PATCH] refactor(flake): inline qmlformat program config --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 689ad58..04da53a 100644 --- a/flake.nix +++ b/flake.nix @@ -38,9 +38,7 @@ programs = { nixfmt.enable = true; - qmlformat = { - enable = true; - }; + qmlformat.enable = true; }; }; in