1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-14 20:56:36 +00:00
home-manager/tests/modules/programs/jrnl/example-config.yaml
phil a07fc06fb8 jrnl: add module
jrnl is a simple journal application for the command line.
2024-06-29 19:02:31 +02:00

18 lines
307 B
YAML

colors:
body: none
date: black
tags: yellow
title: cyan
default_hour: 23
default_minute: 59
editor: nvim
encrypt: false
highlight: true
indent_character: '|'
journals:
default:
journal: /home/hm-user/jrnl/journal.txt
linewrap: 79
tagsymbols: '#@'
template: false
timeformat: '%d. %h %Y %H:%M'