Beter defaults

This commit is contained in:
David Delarosa 2025-11-23 22:33:55 +02:00
parent c942e5ce7c
commit 7544e3495e

View file

@ -29,18 +29,15 @@ in {
config = { config = {
mango = { mango = {
default = [ default = [
"wlr"
"gtk"
];
"org.freedesktop.impl.portal.Secret" = [
"gnome-keyring"
];
"org.freedesktop.impl.portal.ScreenCast" = [
"gtk" "gtk"
]; ];
# except those
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
"org.freedesktop.impl.portal.ScreenCast" = ["wlr"];
"org.freedesktop.impl.portal.ScreenShot" = ["wlr"];
"org.freedesktop.impl.portal.Access" = ["gtk"]; # wlr does not have this interface
"org.freedesktop.impl.portal.Notification" = ["gtk"]; "org.freedesktop.impl.portal.Inhibit" = [];
}; };
}; };
extraPortals = with pkgs; [ extraPortals = with pkgs; [