[wixos] Add desktop role

This commit is contained in:
2025-02-07 07:19:50 -08:00
parent 68c04b43fd
commit 53088f9536

View File

@@ -11,6 +11,10 @@
imports = [ imports = [
]; ];
roles = {
desktop.enable = true;
};
networking.hostName = "wixos"; networking.hostName = "wixos";
wsl.enable = true; wsl.enable = true;