From 9abff2dfd7dbbefb518ff42e188f5d8c201fc63f Mon Sep 17 00:00:00 2001 From: Cookiez Date: Thu, 5 Mar 2026 16:07:00 +0100 Subject: [PATCH] Added formatter to nix flake (Still needs to be configred how I like it) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 2bf4098..56566e5 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,8 @@ framework13 = true; in { + formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra; + nixosConfigurations = { ${hostname} = nixpkgs.lib.nixosSystem { inherit system;