Not how nix works
diff --git a/flake.nix b/flake.nix
index d350e19..0fa5d57 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
     in {
         nixosConfigurations = {
             default = nixpkgs.lib.nixosSystem {
-                inherit system, nixpkgs;
+                inherit system nixpkgs;
 
                 modules = [
                     src/system.nix