13 lines
150 B
Nix
13 lines
150 B
Nix
_: {
|
|
wsl = {
|
|
wslConf = {
|
|
automount = {
|
|
enable = true;
|
|
};
|
|
|
|
user = {
|
|
default = "hand7s";
|
|
};
|
|
};
|
|
};
|
|
}
|