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 = {
|
||||
enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-gnome
|
||||
(xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
(pkgs.xdg-desktop-portal-hyprland.override { hyprland = hyprland-pkg; })
|
||||
];
|
||||
config = {
|
||||
common = {
|
||||
|
|
Loading…
Reference in a new issue