Files
dotfiles/hosts/modules/wayland.nix
2024-02-25 17:08:12 +05:30

11 lines
171 B
Nix

{ inputs, pkgs, ... }:
{
xdg.portal = {
enable = true;
extraPortals = [
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
];
};
}