From 2e278afdce3e62342ff3fc54877d2bce004f9ded Mon Sep 17 00:00:00 2001 From: Nicholas Young Date: Thu, 16 Feb 2023 13:00:22 -0800 Subject: [PATCH] fixed option location --- users/nixolas.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/users/nixolas.nix b/users/nixolas.nix index cef5314..efe6e45 100644 --- a/users/nixolas.nix +++ b/users/nixolas.nix @@ -91,13 +91,13 @@ in opentabletdriver ]; - xsession = { - enable = true; - windowManager.command = "plasma5-session"; - }; - sessionVariables = { NIX_SHELL_PRESERVE_PROMPT = 1; }; }; + + xsession = { + enable = true; + windowManager.command = "plasma5-session"; + }; }