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