feat: add wsl2 flake
This commit is contained in:
parent
8c281cd5d2
commit
7e03839b70
3 changed files with 29 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
||||
wsl2 = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
./home-manager/wsl2.nix
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue