Remove typewolf fonts before installs
This commit is contained in:
parent
c67b3bf39f
commit
c80ae32a08
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
node default {
|
||||
package {[ # Packages that need to be installed first
|
||||
package {[
|
||||
'ttf-google-fonts-typewolf'
|
||||
]:
|
||||
ensure => absent
|
||||
}
|
||||
|
||||
-> package {[ # Packages that need to be installed first
|
||||
'i3-gaps',
|
||||
'ttf-google-fonts-git'
|
||||
]:
|
||||
|
|
Loading…
Reference in a new issue