add nix formatter in favor of alejandra

This commit is contained in:
Barrett Ruth 2026-02-09 13:47:04 -05:00
parent ba051afaa7
commit b26856d2ed

View file

@ -32,6 +32,8 @@
]; ];
}; };
in { in {
formatter.${system} = pkgs.nixfmt;
nixosConfigurations.xps15 = nixpkgs.lib.nixosSystem { nixosConfigurations.xps15 = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [