Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: workaround to make modrinth-app working with wayland and nvidia

cosmeak 51687fdf 886b05ca

+10
+10
modules/users/cosmeak.nix
··· 26 26 extraGroups = [ "networkmanager" "wheel" ]; 27 27 packages = with pkgs; [ 28 28 heroic # Game Launcher (Epic Games, GOG) 29 + (modrinth-app.overrideAttrs (oldAttrs: { 30 + buildCommand = 31 + '' 32 + gappsWrapperArgs+=( 33 + --set GDK_BACKEND x11 34 + --set WEBKIT_DISABLE_DMABUF_RENDERER 1 35 + ) 36 + '' 37 + + oldAttrs.buildCommand; 38 + })) 29 39 obs-studio # Recording App 30 40 prismlauncher # Minecraft launcher 31 41 vesktop # Discord client