remove xdp-gnome
This commit is contained in:
parent
a403f9ddbf
commit
492c1dd859
1 changed files with 3 additions and 4 deletions
|
@ -10,10 +10,9 @@ in
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = [
|
||||||
xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-gnome
|
(pkgs.xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
|
||||||
(xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
|
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
|
|
Loading…
Reference in a new issue