add gamescope package
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-17 00:08:53 +02:00
parent 13ad7812d4
commit 7c97a1e0fb

View File

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs.steam = {
enable = true;
@ -6,4 +6,7 @@
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
environment.systemPackages = [
pkgs.gamescope
];
}