nixos/nixos/roles/physical/desktop/common/apps/gamescope.nix
2026-05-14 18:50:43 +00:00

5 lines
56 B
Nix

{ pkgs, ... }:
{
programs.gamescope.enable = true;
}