dotfiles/machines/yuba/default.nix

8 lines
96 B
Nix
Raw Normal View History

2024-02-11 20:12:32 +01:00
{
imports = [../common/wsl];
wsl = {
defaultUser = "winston";
enable = true;
};
}