From f9ecdf8226d26c311ac663c1a383538db48e6078 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 10:39:35 -0400 Subject: add wsl host --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2a94447..17794d5 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,9 @@ # apple-fonts apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; apple-fonts.inputs.nixpkgs.follows = "nixpkgs"; + # nixos-wsl + nixos-wsl.url = "github:nix-community/nixos-wsl"; + nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = {nixpkgs, ...} @ inputs: let @@ -63,6 +66,7 @@ shinji = buildSystem ./hosts/shinji "x86_64-linux"; kaworu = buildSystem ./hosts/kaworu "x86_64-linux"; thinkpad = buildSystem ./hosts/thinkpad "x86_64-linux"; + wsl = buildSystem ./hosts/wsl "x86_64-linux"; }; homeConfigurations = { -- cgit v1.2.3-freya