dotfiles/machines/yuba/default.nix

7 lines
96 B
Nix

{
imports = [../common/wsl];
wsl = {
defaultUser = "winston";
enable = true;
};
}