Use Plasma on Steam Deck
This commit is contained in:
parent
6e042b16ec
commit
ce6e9afafd
1 changed files with 3 additions and 5 deletions
|
|
@ -15,16 +15,14 @@ in
|
||||||
yuzu
|
yuzu
|
||||||
];
|
];
|
||||||
jovian = {
|
jovian = {
|
||||||
decky-loader = {
|
|
||||||
enable = true;
|
|
||||||
user = usr;
|
|
||||||
};
|
|
||||||
devices.steamdeck.enable = true;
|
devices.steamdeck.enable = true;
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "gamescope-wayland";
|
desktopSession = "plasma";
|
||||||
user = usr;
|
user = usr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.desktopManager.plasma6.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue