From b26856d2ed0335b91a4a04e3741e4f116244a870 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Feb 2026 13:47:04 -0500 Subject: [PATCH] add nix formatter in favor of alejandra --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 04d74d5..2f6faaa 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,8 @@ ]; }; in { + formatter.${system} = pkgs.nixfmt; + nixosConfigurations.xps15 = nixpkgs.lib.nixosSystem { inherit system; modules = [