Config changes fixes

This commit is contained in:
2024-10-06 16:39:15 +02:00
5 changed files with 28 additions and 6 deletions

View File

@@ -32,6 +32,7 @@
specialArgs = { inherit inputs; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/laptop
];
};
@@ -90,3 +91,4 @@
};
};
}