mirror of
https://github.com/Jovian-Experiments/Jovian-NixOS.git
synced 2025-10-06 00:22:54 +02:00
docs: Recommend Plasma 6
This commit is contained in:
@@ -17,11 +17,11 @@ To manually start **Gaming Mode** (also known as the **Steam Deck UI**), there a
|
||||
|
||||
## Start On Boot
|
||||
|
||||
The following configuration snippet configures the system to automatically launch Gaming Mode on boot, and enables desktop switching to Plasma 5.
|
||||
The following configuration snippet configures the system to automatically launch Gaming Mode on boot, and enables desktop switching to Plasma 6.
|
||||
|
||||
```nix
|
||||
{
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
jovian.steam = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user