diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-24 10:39:35 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-24 10:39:35 -0400 |
commit | f9ecdf8226d26c311ac663c1a383538db48e6078 (patch) | |
tree | 8f7bca7e4535f33352a5ec28ea6a171b0d1d1718 /flake.nix | |
parent | add minimal config option (diff) | |
download | dotfiles-nix-f9ecdf8226d26c311ac663c1a383538db48e6078.tar.gz dotfiles-nix-f9ecdf8226d26c311ac663c1a383538db48e6078.tar.bz2 dotfiles-nix-f9ecdf8226d26c311ac663c1a383538db48e6078.zip |
add wsl host
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |