Hyprland: Difference between revisions

Normalcea (talk | contribs)
Theme Support: Add line about using graphical programs to set themes.
drop 24.05 compat
Line 18: Line 18:
     enable = true;
     enable = true;
     withUWSM = true; # recommended for most users
     withUWSM = true; # recommended for most users
    xwayland.enable = true; # Xwayland can be disabled.
  };
}
</nowiki>}}
=== NixOS 24.05 and Below ===
{{file|configuration.nix|nix|<nowiki>
{
  programs.hyprland = {
    enable = true;
     xwayland.enable = true; # Xwayland can be disabled.
     xwayland.enable = true; # Xwayland can be disabled.
   };
   };