From aa09b81bbca9a4291f695442e74d3cf5e220e0d9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 1 Sep 2023 22:03:33 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-laptop/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;