Nix configurations for my homelab
2
fork

Configure Feed

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

Adjust portal config

yemou 5bc61caf 0f2c2bd6

+1 -5
+1 -5
modules/river.nix
··· 92 92 }; 93 93 94 94 xdg.portal = { 95 - wlr = { 96 - enable = true; 97 - settings.screencast.max_fps = 60; 98 - }; 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 - "org.freedesktop.impl.portal.Inhibit" = [ "none" ]; 104 100 "org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ]; 105 101 "org.freedesktop.impl.portal.Screenshot" = [ "wlr" ]; 106 102 };