more portal dickery

This commit is contained in:
notgne2 2022-11-03 08:16:31 -07:00
parent cd6e8147ab
commit 3bd782b1df
No known key found for this signature in database
3 changed files with 15 additions and 20 deletions

View file

@ -212,12 +212,5 @@ in {
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
}
'';
xdg.portal.enable = lib.mkDefault true;
xdg.portal.extraPortals = lib.mkDefault (with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
]);
};
}