mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
15 lines
285 B
Nix
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
|
|
];
|
|
}
|