feat: nixoswsl fixes including some updates
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, inputs, nixpkgs, mysd, homeManager, ... }:
|
||||
{ lib, inputs, nixpkgs, mysd, homeManager, NixOS-WSL, ... }:
|
||||
{
|
||||
"maxos" = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -24,11 +24,15 @@
|
||||
modules = [
|
||||
./nixosWSL/configuration.nix
|
||||
homeManager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit mysd;
|
||||
};
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users.deepak = {
|
||||
imports = [ ../home/deepak/home_no_gui.nix ];
|
||||
};
|
||||
}
|
||||
NixOS-WSL.nixosModules.wsl
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user