mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Gaming] Add gamescope to steam fhsUserEnv
This commit is contained in:
parent
8a7f49c5a1
commit
5e6f52bf5d
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ in {
|
|||
"MESA_GLSL_CACHE_DIR" = cfg.graphics.shaderCache.path + "/mesa";
|
||||
};
|
||||
|
||||
programs.steam.package = pkgs.steam.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.gamescope
|
||||
];
|
||||
};
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
"steam" "steam-original" "steam-runtime" "steam-run"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue