mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-09 19:19:23 +01:00
fix broken libgl things
This commit is contained in:
parent
c71719a1e9
commit
2ac2033b59
2 changed files with 5 additions and 0 deletions
|
@ -36,5 +36,9 @@
|
|||
advanced-scene-switcher
|
||||
]; */
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
|
Loading…
Reference in a new issue