8 lines
129 B
Nix
8 lines
129 B
Nix
_: {
|
|
wsl = {
|
|
enable = true;
|
|
defaultUser = "hand7s";
|
|
startMenuLaunchers = true;
|
|
useWindowsDriver = true;
|
|
};
|
|
}
|