configuration.nix: group environment options

This commit is contained in:
2025-10-30 22:03:24 +01:00
parent 3ea4ee59a1
commit d7ab23a8f8

View File

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