feat: add wsl configurations

This commit is contained in:
Youwen Wu 2024-11-26 17:15:31 -08:00
parent 5575118313
commit 7e458f7207
7 changed files with 249 additions and 2 deletions

View file

@ -89,6 +89,12 @@
zen-browser = {
url = "github:youwen5/zen-browser-flake";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};
outputs =
@ -121,6 +127,10 @@
inherit inputs nixpkgs;
systemModule = ./hosts/adrastea;
};
cassini = buildLiminalOS {
inherit inputs nixpkgs;
systemModule = ./hosts/cassini;
};
};
darwinConfigurations.phobos = nix-darwin.lib.darwinSystem {
specialArgs = {