nixdotfiles/etc/nixos/modules/hyprland.nix
2026-04-30 20:44:17 +02:00

8 lines
118 B
Nix

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