This commit is contained in:
2023-02-19 14:17:19 -05:00
parent 0b20e834a2
commit 046b29d06c

View File

@@ -2,6 +2,13 @@
{
system.stateVersion = "22.05";
# Enable nix flakes
nix.package = pkgs.nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
wsl = {
enable = true;
wslConf.automount.root = "/mnt";