From d7ab23a8f819e074f4b759b06dde4c39d749c36a Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Thu, 30 Oct 2025 22:03:24 +0100 Subject: [PATCH] configuration.nix: group environment options --- configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 18fb90a..af9e440 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,9 +117,11 @@ ]; }; - environment.sessionVariables = { - NIXOS_OZONE_WL = "1"; - LIBVIRT_DEFAULT_URI = "qemu:///system"; + environment = { + sessionVariables = { + NIXOS_OZONE_WL = "1"; + LIBVIRT_DEFAULT_URI = "qemu:///system"; + }; }; hardware = {