mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Games] use gamescope from config
This commit is contained in:
parent
c2eef29a53
commit
1dcf6ec9b3
1 changed files with 6 additions and 3 deletions
|
|
@ -101,9 +101,12 @@ in {
|
|||
};
|
||||
|
||||
programs.steam.package = pkgs.steam.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.gamescope
|
||||
];
|
||||
#extraPkgs = pkgs: [
|
||||
# config.programs.gamescope.package
|
||||
#];
|
||||
#extraLibraries = pkgs: [
|
||||
# config.programs.gamescope.package.override { enableExecutable = false; enableWsi = true; }
|
||||
#];
|
||||
};
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue