Set FLAKE var

This commit is contained in:
BuyMyMojo 2025-03-25 04:07:32 +11:00
parent 9b34a80034
commit 9533f584bb
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -338,11 +338,15 @@
'';
};
# === Prefer RADV driver ===
environment.variables = {
# === Prefer RADV driver ===
AMD_VULKAN_ICD = "RADV";
};
environment.sessionVariables = {
FLAKE = "/etc/nixos";
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave