From 6b7703a37ad84db7df72dc39f3a96af9ecfbaf63 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 8 Oct 2024 07:32:45 -0400 Subject: [PATCH] docs: Recommend Plasma 6 --- docs/steam.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/steam.md b/docs/steam.md index 356e82b5..6561eac6 100644 --- a/docs/steam.md +++ b/docs/steam.md @@ -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;