nixos: fix steam not launching
This commit is contained in:
parent
7b80466106
commit
629e79de88
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
### home-manager
|
### home-manager
|
||||||
home-manager.users.guanranwang.imports = [./home];
|
home-manager.users.guanranwang.imports = [./home];
|
||||||
|
|
||||||
|
### for steam
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/47932
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue