Only use FileChooser with GTK
This commit is contained in:
parent
518ba116c3
commit
79ee4941ea
|
@ -90,7 +90,10 @@ in rec {
|
|||
pkgs.xdg-desktop-portal-gnome
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = [ "gtk" "gnome" ];
|
||||
config.common = {
|
||||
default = [ "gnome" ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
|
||||
};
|
||||
};
|
||||
|
||||
programs.niri.settings = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user