diff --git a/flake.nix b/flake.nix index 8ddd240..8ba9299 100644 --- a/flake.nix +++ b/flake.nix @@ -40,10 +40,10 @@ }; - outputs = {nixpkgs, ...} @ inputs: + outputs = { nixpkgs, ... } @ inputs: { nixosConfigurations.homebox = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ ./system-config/configuration/homebox @@ -52,7 +52,7 @@ }; nixosConfigurations.laptop = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ ./system-config/configuration/laptop