CrOS/home/drag/common/optional/gaming/default.nix
TheWanderingCrow f1034d6172 gaming for drag
2025-10-03 16:59:45 -04:00

15 lines
285 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.mudlet
pkgs.r2modman
pkgs.prismlauncher
];
}