From 0750610ccc6b46e027b8c640583a47eaa522b515 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 28 Mar 2020 13:32:39 +0100 Subject: [PATCH] bundles/users: fix user-specific tmux config --- bundles/users/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/users/items.py b/bundles/users/items.py index 6f21f19..c495f90 100644 --- a/bundles/users/items.py +++ b/bundles/users/items.py @@ -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'] = {