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:
parent
d4475bbf3a
commit
7825eed62f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user