fix broken libgl things

This commit is contained in:
Thilo Billerbeck 2023-11-21 00:38:02 +01:00
parent c71719a1e9
commit 2ac2033b59
2 changed files with 5 additions and 0 deletions

View file

@ -36,5 +36,9 @@
advanced-scene-switcher
]; */
};
home.sessionVariables = {
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
};
};
}

View file

@ -116,6 +116,7 @@
};
};
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
security.polkit.enable = true;