bundles/users: fix user-specific tmux config

This commit is contained in:
Franzi 2020-03-28 13:32:39 +01:00
parent 8853f65a24
commit 0750610ccc
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -61,7 +61,7 @@ for username, attrs in node.metadata['users'].items():
if exists(join(repo.path, 'data', 'users', 'files', 'tmux', '{}.conf'.format(username))):
files[home + '/.tmux.conf'] = {
'content_type': 'mako',
'source': 'tmux/{}.conf',
'source': 'tmux/{}.conf'.format(username),
}
else:
files[home + '/.tmux.conf'] = {