add flake
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user