1

Home/Nixinator: Replace nixpkgs unityhub with flatpak com.unity.UnityHub

This commit is contained in:
2025-07-17 03:06:27 +02:00
parent 2e6a5def65
commit 6e510c3573

View File

@ -117,7 +117,12 @@
# Unity Stuff
# TODO: Unity module
unityhub_3_13
# TODO: Unityhub builds again, but the editor doesn't launch
# due to missing dynamic libraries.
# They are declared in the unityhub derivation but not picked up...
# Can use flatpak as a workaround :(
# unityhub_3_13
unity-rider
dotnetCore
mono
@ -174,6 +179,8 @@
"org.prismlauncher.PrismLauncher"
"com.usebottles.bottles"
"io.github.lawstorant.boxflat"
"com.unity.UnityHub"
];
overrides = {
@ -199,6 +206,13 @@
"${config.home.homeDirectory}/Games"
];
};
"com.unity.UnityHub".Context = {
filesystems = [
"${config.home.homeDirectory}/Unity"
"${config.home.homeDirectory}/Projects"
];
};
};
};
};