mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Merge pull request #8426 from doshitan/steam-xrandr
steam: add xrandr binary to env
This commit is contained in:
commit
0749f10ce9
@ -13,6 +13,7 @@ buildFHSUserEnv {
|
||||
pkgs.python
|
||||
pkgs.gnome2.zenity
|
||||
pkgs.xdg_utils
|
||||
pkgs.xlibs.xrandr
|
||||
]
|
||||
++ lib.optional (config.steam.java or false) pkgs.jdk
|
||||
++ lib.optional (config.steam.primus or false) pkgs.primus
|
||||
|
Loading…
Reference in New Issue
Block a user