getting stuff ready for flake to see

This commit is contained in:
2024-04-24 03:51:38 +00:00
parent 48d0d64349
commit 822bc0394e
7 changed files with 87 additions and 22 deletions

View File

@@ -1,7 +1,10 @@
{ lib, inputs, nixpkgs, nixpkgs-23-11, homeManager, homeManager-23-11, NixOS-WSL, ... }:
{ lib, inputs, nixpkgs-23-11, homeManager, homeManager-23-11, NixOS-WSL, customPackageOverlay, ... }:
{
"maxos" = lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit customPackageOverlay;
};
modules = [
./maxos/configuration.nix
homeManager.nixosModules.home-manager {
@@ -19,6 +22,9 @@
"nixosWSL" = nixpkgs-23-11.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit customPackageOverlay;
};
modules = [
./nixosWSL/configuration.nix
homeManager-23-11.nixosModules.home-manager {