soraefir f682198e22
Some checks failed
Nix Build / build-nixos (push) Failing after 1h10m34s
Discord & Wine
2024-09-23 20:01:52 +02:00

25 lines
383 B
Nix

{ inputs, lib, config, pkgs, ... }: {
imports = [ ./openttd.nix ];
config = lib.mkIf (config.syscfg.make.game) {
home.packages = with pkgs; [
# custom.simc
#games
steam
gamemode
gamescope
mangohud
prismlauncher
openttd-jgrpp
bottles
lutris
inputs.umu.packages.${pkgs.system}.umu
wine
];
};
}