From d4a9f2f3af02abc40422996d09f2c230c46fa9fe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 5 Apr 2025 22:52:43 +0100 Subject: [PATCH] Move WAYLAND_DISPLAY --- home/opdavies/hosts/PW05CH3L.nix | 4 ---- hosts/PW05CH3L/configuration.nix | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/opdavies/hosts/PW05CH3L.nix b/home/opdavies/hosts/PW05CH3L.nix index 23ee440d..206967e1 100644 --- a/home/opdavies/hosts/PW05CH3L.nix +++ b/home/opdavies/hosts/PW05CH3L.nix @@ -31,9 +31,5 @@ ''; }) ]; - - sessionVariables = { - WAYLAND_DISPLAY = ""; - }; }; } diff --git a/hosts/PW05CH3L/configuration.nix b/hosts/PW05CH3L/configuration.nix index 7a095863..de1975b7 100644 --- a/hosts/PW05CH3L/configuration.nix +++ b/hosts/PW05CH3L/configuration.nix @@ -22,4 +22,6 @@ }; nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + + home-manager.users.opdavies.home.sessionVariables.WAYLAND_DISPLAY = ""; }