Skip to content

Commit

Permalink
feat: gamescope with SYS_CAP_NICE
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 26, 2023
1 parent 3034435 commit 1b0563e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions modules/nixos/apps/steam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ in {
programs.steam.enable = true;
programs.steam.remotePlay.openFirewall = true;

programs.gamescope = {
enable = true;
capSysNice = true;
};

environment.systemPackages = [
pkgs.steam
(pkgs.makeDesktopItem {
Expand Down
3 changes: 0 additions & 3 deletions modules/nixos/suites/gaming/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ in {

pkgs.gamemode
pkgs.mangohud

pkgs.gamescope

pkgs.custom.relive
];
};
Expand Down

0 comments on commit 1b0563e

Please sign in to comment.