Add Vintage Story to games

This commit is contained in:
Ethan Simmons
2025-10-04 18:22:24 -05:00
parent a60f8e3412
commit f475232dd4
3 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ in
++ optional cfg.gamescope.enable gamescope
++ optional cfg.discord.enable vesktop
++ optional cfg.minecraft.enable prismlauncher
++ optional cfg.vintagestory.enable vintagestory
++ optional cfg.ps4.enable localPackages.x86_64-linux.shadps4
++ optionals cfg.lutris.enable [ lutris wine ];

View File

@@ -34,6 +34,12 @@ in
default = true;
};
vintagestory.enable = mkOption {
description = "Whether to install Vintage Story";
type = types.bool;
default = false;
};
minecraft.enable = mkOption {
description = "Whether to install minecraft launcher";
type = types.bool;