Files
dotfiles/hosts/wayland.nix
2024-05-27 23:00:24 +05:30

12 lines
204 B
Nix

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