Nix configurations for my homelab
2
fork

Configure Feed

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

Launch river with the vulkan renderer

yemou d2a4e5b6 d48f9737

+1
+1
modules/river.nix
··· 46 46 package = pkgs.river-classic.overrideAttrs ( 47 47 final: prev: { 48 48 postInstall = '' 49 + substituteInPlace contrib/river.desktop --replace-fail "Exec=river" "Exec=env WLR_RENDERER=vulkan river" 49 50 echo 'DesktopNames=river;wlroots' >> contrib/river.desktop 50 51 ${prev.postInstall} 51 52 '';