summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 601044e19f7030b43e659709c08c8f21e142c8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[defaults]
repositories = { main = { path = './' } }

[configurations.interactive]
packages = ['git', 'vim', 'tmux']

[configurations.desktop]
dependencies = ['interactive']
packages = ['desktop-misc', 'herbstluftwm', 'mpv']

[configurations.saga]
dependencies = ['desktop']

[configurations.work]
pattern = '^inv1716\.smb'
dependencies = ['interactive']

	[[configurations.work.vaults]]
	path = './vaults/work.gpg'
	type = 'shell'
	command = 'gpg --batch --yes -o "${IGOR_OUTFILE}" -d "${IGOR_VAULT}"'