Personal Nix setup
0
fork

Configure Feed

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

Remove xdg-desktop-portal-cosmic for now

+1 -3
+1 -3
modules/desktop/niri-cosmic.nix
··· 288 288 portal = { 289 289 enable = true; 290 290 xdgOpenUsePortal = true; 291 - configPackages = mkDefault [ pkgs.xdg-desktop-portal-cosmic ]; 292 291 extraPortals = with pkgs; [ 293 292 xdg-desktop-portal-gnome 294 - xdg-desktop-portal-cosmic 295 293 xdg-desktop-portal-gtk 296 294 ]; 297 295 config.niri = { 298 - default = [ "gnome" "cosmic" "gtk" ]; 296 + default = [ "gnome" "gtk" ]; 299 297 "org.freedesktop.impl.portal.Access" = "gtk"; 300 298 "org.freedesktop.impl.portal.Notification" = "gtk"; 301 299 "org.freedesktop.impl.portal.Secret" = "gnome-keyring";