mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01: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 = {
|
||||
sessionVariables = {
|
||||
LIBGL_ALWAYS_SOFTWARE = true;
|
||||
LIBGL_ALWAYS_SOFTWARE = "true";
|
||||
};
|
||||
|
||||
shells = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user