Files
nixos/hosts/wsl/default.nix
T

11 lines
142 B
Nix
Raw Normal View History

2024-10-03 15:21:56 -05:00
{ ... }:
2022-12-28 15:39:44 -06:00
{
wsl = {
enable = true;
wslConf.automount.root = "/mnt";
defaultUser = "greg";
startMenuLaunchers = true;
};
2022-12-28 15:39:44 -06:00
}