Set FLAKE var properly & move AMD_VULKAN_ICD to session vars
This commit is contained in:
parent
9533f584bb
commit
bd5a8ad917
1 changed files with 5 additions and 5 deletions
|
@ -338,13 +338,13 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
# environment.variables = {
|
||||||
# === Prefer RADV driver ===
|
# };
|
||||||
AMD_VULKAN_ICD = "RADV";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
FLAKE = "/etc/nixos";
|
# === Prefer RADV driver ===
|
||||||
|
AMD_VULKAN_ICD = "RADV";
|
||||||
|
FLAKE = "/home/buymymojo/etc/nixos/";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue