nix: Replace boolean with string for sessionVariables

Fixes an issue where booleans aren't supported here.
This commit is contained in:
Donovan Glover 2024-06-15 12:28:17 -04:00
parent 58a2d8c9a0
commit 663c89148b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,7 +6,7 @@ in
{
environment = {
sessionVariables = {
LIBGL_ALWAYS_SOFTWARE = true;
LIBGL_ALWAYS_SOFTWARE = "true";
};
shells = with pkgs; [