This commit is contained in:
mjallen18
2026-01-16 14:14:18 -06:00
parent a0c2753f37
commit 77dc15e0e1

View File

@@ -26,4 +26,29 @@
hardware.has.amd.gpu = true;
};
specialisation."vanilla".configuration = {
services.desktopManager.gdm.enable = true;
jovian = {
steam = {
enable = true;
autoStart = false;
user = "deck";
desktopSession = "gnome";
};
steamos = {
useSteamOSConfig = true;
};
devices = {
steamdeck = {
enable = true;
enableGyroDsuService = true; # If enabled, motion data from the gyroscope can be used in Cemu with Cemuhoo
};
};
hardware.has.amd.gpu = true;
};
};
}