Skip to content

Commit 4161d95

Browse files
committed
use gtk file chooser, no need for nautilus
1 parent 0b9b706 commit 4161d95

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

hosts/common/laptops.nix

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,17 @@
116116
xdg.portal = {
117117
enable = true;
118118
wlr.enable = true;
119-
config.common = {
120-
"org.freedesktop.impl.portal.FileChooser" = "gtk";
119+
config = {
120+
common = {
121+
default = [
122+
"gnome"
123+
"gtk"
124+
];
125+
"org.freedesktop.impl.portal.FileChooser" = "gtk";
126+
"org.freedesktop.impl.portal.Access" = "gtk";
127+
"org.freedesktop.impl.portal.Notification" = "gtk";
128+
"org.freedesktop.impl.portal.Secret" = "gnome-keyring";
129+
};
121130
};
122131
extraPortals = [pkgs.xdg-desktop-portal-gtk];
123132
};

0 commit comments

Comments
 (0)