add desktop wsl

This commit is contained in:
sadan 2025-03-26 21:57:03 +00:00
parent c3c311cd37
commit 4b4159b27d
No known key found for this signature in database
3 changed files with 47 additions and 10 deletions

View file

@ -0,0 +1,11 @@
{...}: {
imports = [
../../common/users/meyer-wsl
];
wsl = {
defaultUser = "meyer";
enable = true;
};
system.stateVersion = "24.05";
programs.zsh.enable = true;
}