mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
6 lines
No EOL
88 B
Nix
6 lines
No EOL
88 B
Nix
{pkgs, ...}: {
|
|
wsl = {
|
|
enable = true;
|
|
defaultUser = "meyer";
|
|
}
|
|
} |