Add config for smol

This commit is contained in:
Adam Gausmann 2020-04-09 20:04:51 -05:00
parent dbee1c6225
commit 3ae3324490
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
base16-scheme = "seti"
ethernet = ["enp0s3"]
disks = ["/"]
outputs = [

View file

@ -61,6 +61,7 @@ def main():
host_config = toml.load(host_file)
else:
host_config = {}
host_config['name'] = args.hostname
lookup = mako.lookup.TemplateLookup(
directories=[

View file

@ -12,7 +12,11 @@ font:
italic:
family: monospace
style: Italic
% if host['name'] == 'smol':
size: 9
% else:
size: 8
% endif
${get_base16('alacritty')}