Nix configurations for my homelab
2
fork

Configure Feed

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

river-classic fails to build with this enabled

I don't know why it is enabled but it causes issues with the global
cache dir

yemou a3d4fe43 a774d4ff

+2
+2
modules/river.nix
··· 49 49 echo 'DesktopNames=river;wlroots' >> contrib/river.desktop 50 50 ${prev.postInstall} 51 51 ''; 52 + 53 + dontConfigure = false; 52 54 } 53 55 ); 54 56 # TODO: Move organize these some how