Added formatter to nix flake
(Still needs to be configred how I like it)
This commit is contained in:
@ -59,6 +59,8 @@
|
|||||||
framework13 = true;
|
framework13 = true;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
${hostname} = nixpkgs.lib.nixosSystem {
|
${hostname} = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|||||||
Reference in New Issue
Block a user