add flake

This commit is contained in:
lenn
2026-04-17 08:56:03 +00:00
parent 792330bb3c
commit 0936472dae
4 changed files with 142 additions and 2 deletions

View File

@@ -10,11 +10,15 @@
{
imports = [
# include NixOS-WSL modules
<nixos-wsl/modules>
# <nixos-wsl/modules>
];
wsl.enable = true;
wsl.defaultUser = "nixos";
nixpkgs.config.allowUnfree = true;
home-manager.users.nixos = {
imports = [ ./home-manager/home.nix ];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions