From 19e371edd1c1ce4a31e010aa963ddc880af19fd0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 1 Aug 2024 03:23:08 -0700 Subject: [PATCH] chore: explicitly enable gamescope --- configuration.nix | 2 ++ home.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5017a33..972a2c9 100755 --- a/configuration.nix +++ b/configuration.nix @@ -163,6 +163,8 @@ gamescopeSession.enable = true; }; + programs.gamescope.enable = true; + nixpkgs.config.packageOverrides = pkgs: { steam = pkgs.steam.override { extraPkgs = pkgs: diff --git a/home.nix b/home.nix index b451c0a..f85d9c3 100755 --- a/home.nix +++ b/home.nix @@ -66,6 +66,7 @@ signal-desktop modrinth-app lutris + wine # dev tools nodePackages_latest.pnpm