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 = {
|
||||
enable = true;
|
||||
config = {
|
||||
common = {
|
||||
# Ensure GNOME backend handles file dialogs for Electron apps.
|
||||
default = "gnome";
|
||||
};
|
||||
};
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue