mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
configuration.nix: group environment options
This commit is contained in:
@@ -117,9 +117,11 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment = {
|
||||||
NIXOS_OZONE_WL = "1";
|
sessionVariables = {
|
||||||
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|||||||
Reference in New Issue
Block a user