kernel deck

This commit is contained in:
mjallen18
2025-02-08 16:51:17 -06:00
parent 084930518a
commit 4ac8af3f28
3 changed files with 55 additions and 53 deletions

24
hosts/deck/jovian.nix Normal file
View File

@@ -0,0 +1,24 @@
{ ... }:
{
jovian = {
steam = {
enable = true;
autoStart = true;
user = "deck";
desktopSession = "plasma"; # plasma, plasmaX11, or gamescope-wayland
};
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;
};
}