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
configs/thilo-laptop

View file

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