mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
nix: Replace boolean with string for sessionVariables
Fixes an issue where booleans aren't supported here.
This commit is contained in:
parent
58a2d8c9a0
commit
663c89148b
@ -6,7 +6,7 @@ in
|
|||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
LIBGL_ALWAYS_SOFTWARE = true;
|
LIBGL_ALWAYS_SOFTWARE = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
shells = with pkgs; [
|
shells = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user