From ece64086a68571ed3b7b5352c4cb1912e2a3c6b8 Mon Sep 17 00:00:00 2001 From: grialion <48643945+grialion@users.noreply.github.com> Date: Tue, 20 Jan 2026 08:26:42 +0100 Subject: [PATCH] docs: add Void Linux install guide --- docs/INSTALL.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index f3c1665..58fe33c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -1,6 +1,7 @@ # Table of Contents - [Packages](#packages) + - [Void Linux](#void-linux) - [Fedora](#fedora) - [AUR](#aur) - [Nix Flake](#nix-flake) @@ -29,6 +30,27 @@ Lidm now should show on the next boot! If you are on a TTY and don't wish to reboot, you should be able to use `--now` with both commands. It's likely to kill your current desktop environment if it was launched from it. +## Void Linux + +Lidm can be installed from the official Void Linux packages: + +```sh +xbps-install lidm +``` + +To enable the service that starts on boot: + +```sh +ln -s /etc/sv/lidm /var/service/ +``` + +It is recommended to disable any other display managers that are still enabled: + +```sh +touch /etc/sv/lightdm/down # replace lightdm with your previous display manager (e.g., sddm, gdm) +``` + + ## Fedora Thanks to @KernelFreeze there's a COPR repo available at to install lidm. ()