diff --git a/nixos/hosts/nixos-laptop/default.nix b/nixos/hosts/nixos-laptop/default.nix index 864a11f3..01827c67 100644 --- a/nixos/hosts/nixos-laptop/default.nix +++ b/nixos/hosts/nixos-laptop/default.nix @@ -71,6 +71,10 @@ # https://github.com/NixOS/nixpkgs/pull/211300 # https://github.com/NixOS/nixpkgs/pull/244060 + # Try gamescope: + programs.gamescope.enable = true; + programs.steam.gamescopeSession.enable = true; + hardware = { opengl = { enable = true;