nixos-config/modules/home-manager/hyprland.nix
2024-07-10 20:18:11 +09:00

9 lines
164 B
Nix

{ config, pkgs, lib, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = true;
};
}