alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Launch river with the vulkan renderer
author
yemou
date
4 months ago
(Feb 23, 2026, 8:51 PM -0500)
commit
d2a4e5b6
d2a4e5b6d754a0d825024582500f152b1fe26fa4
parent
d48f9737
d48f97378ba64360ccd650d2aaa6986d0cf510b6
+1
1 changed file
Expand all
Collapse all
Unified
Split
modules
river.nix
+1
modules/river.nix
Reviewed
···
46
46
package = pkgs.river-classic.overrideAttrs (
47
47
final: prev: {
48
48
postInstall = ''
49
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
'';