mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-12 20:18:49 +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
|
advanced-scene-switcher
|
||||||
]; */
|
]; */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.opengl.driSupport = true;
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue