nixos/hosts/common/optional/hyprland.nix

9 lines
149 B
Nix
Raw Normal View History

2024-05-11 20:55:27 +01:00
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
}