Translations:Hyprland/4/en

Revision as of 14:18, 11 February 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
❄︎ /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;