home: Remove override for xdg-desktop-portal-gtk

This commit is contained in:
Mikael Voss 2024-10-07 19:52:15 +02:00
parent fcd821cb77
commit 32e0dc37e7
No known key found for this signature in database

View file

@ -344,7 +344,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
configPackages = [ config.programs.niri.package ];
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
(xdg-desktop-portal-gtk.override { buildPortalsInGnome = false; })
xdg-desktop-portal-gtk
];
};
}