mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-16 17:27:00 -04:00
add desktop wsl
This commit is contained in:
parent
c3c311cd37
commit
4b4159b27d
3 changed files with 47 additions and 10 deletions
11
boxes/wsl-desktop-evo4b5/configuration.nix
Normal file
11
boxes/wsl-desktop-evo4b5/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../common/users/meyer-wsl
|
||||
];
|
||||
wsl = {
|
||||
defaultUser = "meyer";
|
||||
enable = true;
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
programs.zsh.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue