diff --git a/base-system/flake.nix b/base-system/flake.nix index caa57a9..fba03b8 100644 --- a/base-system/flake.nix +++ b/base-system/flake.nix @@ -25,12 +25,11 @@ ]; }; nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem { - specialArgs = { inherit system; }; + specialArgs = { inherit system; }; - modules = [ - ./surface-config.nix - ]; - }; + modules = [ + ./surface-config.nix + ]; }; }; }