Skip to content

Other_Distros

Hyprland Dots Wiki edited this page Mar 2, 2026 · 17 revisions

Other Distros

Official Support

Currently, there is official support for the following distributions:

  • Arch Linux
  • Debian Trixie/Testing/SID
  • Fedora
  • NixOS
  • OpenSUSE Tumbleweed
  • Ubuntu

Check the individual repositories for instructions on how to install and update.

NixOS

Official support for NixOS was launched on September 7, 2024.

Tip

Ensure services.envfs.enable = true is set in your configuration.nix file to ensure all scripts work as expected. If you don't enable envfs, you must change all shebangs from #!/bin/bash to #!/usr/bin/env bash.

If you prefer using unstable channels, refer to the NixOS-Hyprland repository for more details.

Gentoo

The configuration has been tested and confirmed to work on Gentoo (Systemd).

Caution

If you encounter issues with pamixer volume limits, consider installing it from source instead of using certain overlays.

Non-Systemd Distros (Void, Artix, etc.)

While there are no plans for official support at this moment, the Dots should work if you manually install the required packages.

Clone this wiki locally