mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add wsl configurations
This commit is contained in:
parent
5575118313
commit
7e458f7207
7 changed files with 249 additions and 2 deletions
10
flake.nix
10
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue