Use lightdm over gdm, for future web-greeter prettiness
This commit is contained in:
parent
ef163e7a49
commit
f4a688db3c
2 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,8 @@ node default {
|
|||
'kodi',
|
||||
'libinput',
|
||||
'libinput-gestures',
|
||||
'lightdm',
|
||||
'web-greeter-next',
|
||||
'lxpolkit-git',
|
||||
'lxrandr',
|
||||
'minecraft',
|
||||
|
|
|
@ -60,4 +60,12 @@ class config {
|
|||
path => '/home/jake/.config/rofi/config',
|
||||
source => 'puppet:///modules/config/rofi.conf'
|
||||
}
|
||||
|
||||
service { 'gdm':
|
||||
enable => false
|
||||
}
|
||||
|
||||
-> service { 'lightdm':
|
||||
enable => true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue