From 77267c7a3929b6006a1c97a8b81af85dbf2f50bc Mon Sep 17 00:00:00 2001 From: Roxwize <rae@roxwize.xyz> Date: Tue, 10 Dec 2024 09:57:15 -0500 Subject: [PATCH] ~ --- nixos/hosts/qemu/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/qemu/configuration.nix b/nixos/hosts/qemu/configuration.nix index 4fcde58..9876d95 100644 --- a/nixos/hosts/qemu/configuration.nix +++ b/nixos/hosts/qemu/configuration.nix @@ -50,7 +50,7 @@ }; displayManager = { sddm.enable = true; - defaultSession = "plasmax11"; + defaultSession = "none+openbox"; }; desktopManager = { plasma6.enable = true;