mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Add default portal to home-manager config
This commit is contained in:
parent
a0b525dc16
commit
d3d8ad15b3
|
@ -4,5 +4,11 @@
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
# Specify which portals should be used by the individual interfaces
|
||||||
|
# see: <https://github.com/flatpak/xdg-desktop-portal/blob/1.18.1/doc/portals.conf.rst.in>
|
||||||
|
config.common = {
|
||||||
|
# Use this portal for every interface, unless a specific override is present
|
||||||
|
default = ["gtk"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue