Files
dotfiles/home/services/xdg.nix

13 lines
204 B
Nix

{pkgs, ...}: {
xdg.portal = {
enable = true;
# config = {
#
# };
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
kdePackages.xdg-desktop-portal-kde
];
};
}