mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 21:43:03 -04:00
6 lines
No EOL
89 B
Nix
6 lines
No EOL
89 B
Nix
{pkgs, ...}: {
|
|
wsl = {
|
|
enable = true;
|
|
defaultUser = "meyer";
|
|
};
|
|
} |