CrOS/home/drag/common/optional/gaming/default.nix
2026-02-02 12:17:47 -05:00

15 lines
269 B
Nix

# This module just provides a customized .desktop file with gamescope args dynamically created based on the
# host's monitors configuration
{
pkgs,
config,
lib,
...
}:
{
home.packages = [
#pkgs.vintagestory
pkgs.r2modman
pkgs.prismlauncher
];
}