Add jrnl
This commit is contained in:
parent
69358cc58b
commit
b17abc2c45
2 changed files with 21 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
||||||
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
|
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
|
||||||
home.file.".config/tmux/tmux.conf.local".source = ./tmux/tmux.conf.local;
|
home.file.".config/tmux/tmux.conf.local".source = ./tmux/tmux.conf.local;
|
||||||
home.file.".wezterm.lua".source = ./wezterm.lua;
|
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.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
@ -48,6 +49,7 @@
|
||||||
chromium
|
chromium
|
||||||
darktable
|
darktable
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
jrnl
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
nnn # terminal file manager
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue