hosts: steamdeck: no gdm anymore, all jovian based

This commit is contained in:
2023-08-26 17:19:02 +02:00
parent 2d70998755
commit 299493e0ac
2 changed files with 19 additions and 14 deletions

View File

@@ -18,7 +18,12 @@
];
jovian = {
steam.enable = true;
steam = {
enable = true;
user = "kabbone";
autoStart = true;
desktopSession = "plasmawayland";
};
devices.steamdeck = {
enable = true;
};