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',
|
'kodi',
|
||||||
'libinput',
|
'libinput',
|
||||||
'libinput-gestures',
|
'libinput-gestures',
|
||||||
|
'lightdm',
|
||||||
|
'web-greeter-next',
|
||||||
'lxpolkit-git',
|
'lxpolkit-git',
|
||||||
'lxrandr',
|
'lxrandr',
|
||||||
'minecraft',
|
'minecraft',
|
||||||
|
|
|
@ -60,4 +60,12 @@ class config {
|
||||||
path => '/home/jake/.config/rofi/config',
|
path => '/home/jake/.config/rofi/config',
|
||||||
source => 'puppet:///modules/config/rofi.conf'
|
source => 'puppet:///modules/config/rofi.conf'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service { 'gdm':
|
||||||
|
enable => false
|
||||||
|
}
|
||||||
|
|
||||||
|
-> service { 'lightdm':
|
||||||
|
enable => true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue