add wsl host

This commit is contained in:
Noah Masur
2022-07-07 07:49:48 -04:00
parent 1e511ce08b
commit 86b1ab61cb
4 changed files with 22 additions and 2 deletions

View File

@ -60,6 +60,7 @@
desktop = import ./hosts/desktop {
inherit nixpkgs home-manager nur globals wallpapers;
};
wsl = import ./hosts/wsl { inherit nixpkgs home-manager globals; };
};
darwinConfigurations = {