Use Plasma on Steam Deck
This commit is contained in:
parent
6e042b16ec
commit
b7b15be37d
1 changed files with 3 additions and 1 deletions
|
|
@ -23,8 +23,10 @@ in
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "gamescope-wayland";
|
desktopSession = "plasmawayland";
|
||||||
user = usr;
|
user = usr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.desktopManager.plasma5.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue