Force install i3-lock-color from git so it actually runs
This commit is contained in:
parent
f95853736b
commit
66e5850554
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ node default {
|
||||||
|
|
||||||
-> package {[ # Packages that need to be installed first
|
-> package {[ # Packages that need to be installed first
|
||||||
'i3-gaps',
|
'i3-gaps',
|
||||||
'ttf-google-fonts-git'
|
'ttf-google-fonts-git',
|
||||||
|
'i3lock-color-git'
|
||||||
]:
|
]:
|
||||||
ensure => installed
|
ensure => installed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue