Xdg portals

This commit is contained in:
outfoxxed 2023-06-26 22:09:25 -07:00
parent ae0bcc7c6b
commit a02c07428f
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ in {
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-kde
];
};
home-manager.users.${config.main-user} = {
imports = [ hyprland.homeManagerModules.default ];