Add jrnl
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
|
||||
home.file.".config/tmux/tmux.conf.local".source = ./tmux/tmux.conf.local;
|
||||
home.file.".wezterm.lua".source = ./wezterm.lua;
|
||||
home.file.".config/jrnl/ro_jrnl.yaml".source = ./jrnl/jrnl.yaml;
|
||||
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
@@ -48,6 +49,7 @@
|
||||
chromium
|
||||
darktable
|
||||
nextcloud-client
|
||||
jrnl
|
||||
|
||||
fastfetch
|
||||
nnn # terminal file manager
|
||||
|
||||
19
alex/jrnl/jrnl.yaml
Normal file
19
alex/jrnl/jrnl.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
colors:
|
||||
body: none
|
||||
date: black
|
||||
tags: yellow
|
||||
title: cyan
|
||||
default_hour: 9
|
||||
default_minute: 0
|
||||
editor: nvim
|
||||
encrypt: true
|
||||
highlight: true
|
||||
indent_character: '|'
|
||||
journals:
|
||||
default:
|
||||
journal: /home/alex/nextcloud/docs/jrnl/jrnl.txt
|
||||
linewrap: 80
|
||||
tagsymbols: '#@'
|
||||
template: false
|
||||
timeformat: '%F %r'
|
||||
version: v4.1
|
||||
Reference in New Issue
Block a user