Use Plasma on Steam Deck

This commit is contained in:
Invariantspace 2024-03-03 15:04:24 -08:00
parent 6e042b16ec
commit 673cd0cff3

View file

@ -15,16 +15,14 @@ in
yuzu
];
jovian = {
decky-loader = {
enable = true;
user = usr;
};
devices.steamdeck.enable = true;
steam = {
enable = true;
autoStart = true;
desktopSession = "gamescope-wayland";
desktopSession = "plasmawayland";
user = usr;
};
};
services.xserver.desktopManager.plasma6.enable = true;
}