feat: add modrinth-app-bin

This commit is contained in:
Youwen Wu 2025-01-23 13:45:31 -08:00
parent 164bf0cd2e
commit 56c5fa261e
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 56 additions and 10 deletions

View file

@ -44,16 +44,17 @@ in
mangojuice
r2modman
(modrinth-app.overrideAttrs (oldAttrs: {
buildCommand =
''
gappsWrapperArgs+=(
--set GDK_BACKEND x11
--set WEBKIT_DISABLE_DMABUF_RENDERER 1
)
''
+ oldAttrs.buildCommand;
}))
modrinth-app-bin
# (modrinth-app.overrideAttrs (oldAttrs: {
# buildCommand =
# ''
# gappsWrapperArgs+=(
# --set GDK_BACKEND x11
# --set WEBKIT_DISABLE_DMABUF_RENDERER 1
# )
# ''
# + oldAttrs.buildCommand;
# }))
(wine-discord-ipc-bridge.overrideAttrs (
final: prev: {
@ -102,6 +103,7 @@ in
liminalOS.config.extraUnfreePackages = lib.mkIf config.liminalOS.config.allowUnfree [
"modrinth-app"
"modrinth-app-unwrapped"
"ModrinthApp"
"steam"
"steam-unwrapped"
];