fix: broken xdg-desktop-portals
This commit is contained in:
parent
01ff69d499
commit
a2fe2d8afd
2 changed files with 12 additions and 0 deletions
|
@ -31,4 +31,11 @@
|
|||
|
||||
r2modman
|
||||
];
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = with pkgs; [
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
}
|
||||
|
|
|
@ -16,5 +16,10 @@ in {
|
|||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [
|
||||
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue