mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add modrinth-app-bin
This commit is contained in:
parent
164bf0cd2e
commit
56c5fa261e
3 changed files with 56 additions and 10 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue