1
0
forked from extern/nix-config

archlinux: Enable the lxdm service

Note that we enable lxdm before revoking privileges. The user can
start lxdm manually after this script is finished, but ideally the
system should first be rebooted to ensure that any kernel updates
are applied properly.
This commit is contained in:
Donovan Glover 2018-12-11 15:06:52 -05:00
parent d4475bbf3a
commit 7825eed62f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -35,6 +35,9 @@ yay -S shantz-xwinwrap-bzr
make fontconfig
make yarnconfig
# Enable the lightweight X11 display manager
systemctl enable --now lxdm.service
# Revoke privileges
sudo -K