home: Remove override for xdg-desktop-portal-gtk
This commit is contained in:
parent
fcd821cb77
commit
32e0dc37e7
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
configPackages = [ config.programs.niri.package ];
|
configPackages = [ config.programs.niri.package ];
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome
|
||||||
(xdg-desktop-portal-gtk.override { buildPortalsInGnome = false; })
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue