Nix configurations for my homelab
0

Configure Feed

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

river: fix postInstall steps

+4 -1
+4 -1
modules/gui.nix
··· 68 68 enable = true; 69 69 package = pkgs.river.overrideAttrs ( 70 70 final: prev: { 71 - postInstall = ''echo 'DesktopNames=river;wlroots' >> contrib/river.desktop'' + prev.postInstall; 71 + postInstall = '' 72 + echo 'DesktopNames=river;wlroots' >> contrib/river.desktop 73 + ${prev.postInstall} 74 + ''; 72 75 } 73 76 ); 74 77 # TODO: Move organize these some how