Nix configurations for my homelab
2
fork

Configure Feed

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

limit xdg-desktop-portal-wlr to only record at maximum 60 fps

yemou d48f9737 e4adbed3

+4 -1
+4 -1
modules/river.nix
··· 91 91 }; 92 92 93 93 xdg.portal = { 94 - wlr.enable = true; 94 + wlr = { 95 + enable = true; 96 + settings.screencast.max_fps = 60; 97 + }; 95 98 extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; 96 99 config.river = { 97 100 default = lib.mkForce "gtk";