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 = {