Translations:Hyprland/4/en
❄︎ /etc/nixos/configuration.nix
{
programs.hyprland = {
enable = true;
withUWSM = true; # recommended for most users
xwayland.enable = true; # Xwayland can be disabled.
};
}
⚠︎
Warning: If you use the Home Manager module, make sure to disable systemd integration, as it conflicts with UWSM.
❄︎ /etc/nixos/home.nix
wayland.windowManager.hyprland.systemd.enable = false;