home: Build xdg-desktop-portal-gtk without GNOME
This commit is contained in:
parent
cde7eaec90
commit
d22ebaed80
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,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
|
(xdg-desktop-portal-gtk.override { buildPortalsInGnome = false; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue