nix/nixos/includes/gaming/steam.nix
2023-09-02 15:51:02 +02:00

7 lines
100 B
Nix

{ pkgs, ... }:
{
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
}