add conifer host (desktop wsl)

This commit is contained in:
xunuwu 2025-07-04 06:07:03 +02:00
parent 8310a093e5
commit 3b5e4489a4
Signed by: xun
SSH key fingerprint: SHA256:vVkcg/JhxJ8bhD+XdjfwP9m9m9+1+41rvl8St1Rj+Sw
6 changed files with 185 additions and 14 deletions

View file

@ -0,0 +1,7 @@
{inputs, ...}: {
imports = [inputs.nixos-wsl.nixosModules.default];
wsl.enable = true;
wsl.defaultUser = "xun";
nixpkgs.hostPlatform.system = "x86_64-linux";
}