set default portal to gnome
This commit is contained in:
parent
fe46738484
commit
9de49aef25
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ in
|
||||||
{
|
{
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
|
common = {
|
||||||
|
# Ensure GNOME backend handles file dialogs for Electron apps.
|
||||||
|
default = "gnome";
|
||||||
|
};
|
||||||
|
};
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gnome
|
pkgs.xdg-desktop-portal-gnome
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue