nixos-config/modules/system/desktop/hyprland.nix
2024-07-11 15:02:26 +09:00

8 lines
107 B
Nix

{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
}