Added formatter to nix flake

(Still needs to be configred how I like it)
This commit is contained in:
2026-03-05 16:07:00 +01:00
parent 637def6ca3
commit 9abff2dfd7

View File

@ -59,6 +59,8 @@
framework13 = true;
in
{
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
nixosConfigurations = {
${hostname} = nixpkgs.lib.nixosSystem {
inherit system;