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
Adjust portal config
author
yemou
date
2 months ago
(Apr 2, 2026, 12:01 AM -0400)
commit
5bc61caf
5bc61caf9b446d0e1a0813989f00afb496013c71
parent
0f2c2bd6
0f2c2bd6fcd0ac5a1006040c14149506731a2719
+1
-5
1 changed file
Expand all
Collapse all
Unified
Split
modules
river.nix
+1
-5
modules/river.nix
Reviewed
···
92
92
};
93
93
94
94
xdg.portal = {
95
95
-
wlr = {
96
96
-
enable = true;
97
97
-
settings.screencast.max_fps = 60;
98
98
-
};
95
95
+
wlr.enable = true;
99
96
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
100
97
config.river = {
101
98
default = lib.mkForce "gtk";
102
99
"org.freedesktop.impl.portal.FileChooser" = [ "nautilus" ];
103
103
-
"org.freedesktop.impl.portal.Inhibit" = [ "none" ];
104
100
"org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ];
105
101
"org.freedesktop.impl.portal.Screenshot" = [ "wlr" ];
106
102
};