From 0fe6c445a14c5f0c6a028627fc5423c5ac63b345 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 31 Mar 2024 21:03:16 +0200 Subject: [PATCH] Plasmax11 for desktop for now, look at https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/issues/12 for updates on cursor fix in wayland --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 9fad544..e5bbadb 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -100,7 +100,7 @@ jovian.steam.autoStart = true; #What desktop to start when switching to desktop session - jovian.steam.desktopSession = "plasma"; + jovian.steam.desktopSession = "plasmax11"; jovian.steam.user = "lillian";