feat: add wsl host configurations

This commit is contained in:
lightly-toasted 2025-09-21 09:15:04 +00:00
parent 6e88dd69a8
commit ae9b39d2b8
2 changed files with 19 additions and 0 deletions

View file

@ -22,6 +22,10 @@
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, ... } @ inputs: