fix: gaming module

This commit is contained in:
TheWanderingCrow 2025-07-10 22:14:55 -04:00
parent ffb729d62b
commit 5ee5117a85

View file

@ -23,10 +23,12 @@
};
};
environment.systemPackages = with pkgs; [
# vintagestory
# mudlet
# r2modman
# prismlauncher
# obs-studio
vintagestory
mudlet
r2modman
prismlauncher
];
nixpkgs.config.permittedInsecurePackages = [
"dotnet-runtime-7.0.20" # VintageStory dep
];
}