gamescope

gamescope 3.16.29

SteamOS session compositing window manager

https://github.com/ValveSoftware/gamescope
BSD 2-clause "Simplified" License
main program: gamescopeprograms: gamescopestream, gamescopectl, gamescopereaper, gamescope-type, gamescope
Platforms (24)
i686-linuxaarch64-linuxm68k-linuxmipsel-linuxriscv64-linuxarmv7a-linuxmips64-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gamescope
];
Ad-hoc shell
nix-shell -p gamescope
Flake (nix run)
nix run nixpkgs#gamescope