Laptop : Fix env var.
This commit is contained in:
parent
b35afdcc96
commit
ee64dcdec8
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Use dedicated GPU by default.
|
# Use dedicated GPU by default.
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
DRI_PRIME = 1;
|
DRI_PRIME = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Filesystems.
|
# Filesystems.
|
||||||
|
|
Reference in a new issue