bundles/users: ensure we have kitty terminfo
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-14 20:41:14 +01:00
parent 6944da6769
commit e51ad5993a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,6 +2,16 @@ from json import loads
from os.path import join
defaults = {
'apt': {
'packages': {
'kitty-terminfo': {},
},
},
'pacman': {
'packages': {
'kitty-terminfo': {},
},
},
'users': {
'root': {
'home': '/root',