apps: Add Unreal Engine support
All checks were successful
check / check (push) Successful in 34s

This commit is contained in:
Florian RICHER 2025-05-04 14:12:28 +02:00
parent 98698ce513
commit 4b098e04b6
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 22 additions and 1 deletions

View file

@ -3,6 +3,13 @@
with lib;
let
cfg = config.modules.system.apps.lutris;
lutris = pkgs.lutris.override {
extraLibraries = pkgs: with pkgs; [
# For Unreal Engine Fab Plugin
nspr
];
};
in
{
options.modules.system.apps.lutris = {