From 61b548e11c543068a07103ad454583a0e4b6db44 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 16 Jan 2025 22:22:08 -0500 Subject: [PATCH] changed the defaultSession to plasma --- systems/bob/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/bob/default.nix b/systems/bob/default.nix index 5a74231..85696ad 100644 --- a/systems/bob/default.nix +++ b/systems/bob/default.nix @@ -40,8 +40,7 @@ user = "gaming"; enable = true; }; - defaultSession = "steam"; - # defaultSession = "plasma"; + defaultSession = "plasma"; }; openssh.ports = [ 262 ];