nix/modules/nixos/steam.nix

7 lines
100 B
Nix

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