From 7bcda9193b83aa6461aa0fce033e679bb1f0248b Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 15 May 2024 22:37:19 -0400 Subject: [PATCH] feat(applications): add steam --- modules/applications/steam/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/applications/steam/default.nix diff --git a/modules/applications/steam/default.nix b/modules/applications/steam/default.nix new file mode 100644 index 0000000..cb00c75 --- /dev/null +++ b/modules/applications/steam/default.nix @@ -0,0 +1,6 @@ +{ + programs.steam = { + enable = true; + gamescopeSession.enable = true; + }; +}