dotfiles/modules/hyprland/default.nix
2024-01-25 00:55:35 -07:00

9 lines
172 B
Nix

{ pkgs, ... }: {
# Add to xsessions
programs.hyprland = {
enable = true;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
}