docs: add Void Linux install guide

This commit is contained in:
grialion
2026-01-20 08:26:42 +01:00
parent 63add82d1b
commit ece64086a6

View File

@@ -1,6 +1,7 @@
# Table of Contents # Table of Contents
- [Packages](#packages) - [Packages](#packages)
- [Void Linux](#void-linux)
- [Fedora](#fedora) - [Fedora](#fedora)
- [AUR](#aur) - [AUR](#aur)
- [Nix Flake](#nix-flake) - [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. 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 ## Fedora
Thanks to @KernelFreeze there's a COPR repo available at <https://copr.fedorainfracloud.org/coprs/celestelove/lidm/> to install lidm. (<https://github.com/javalsai/lidm/discussions/92>) Thanks to @KernelFreeze there's a COPR repo available at <https://copr.fedorainfracloud.org/coprs/celestelove/lidm/> to install lidm. (<https://github.com/javalsai/lidm/discussions/92>)