Update jrnl settings
This commit is contained in:
parent
753b51604a
commit
14d71cb60c
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +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;
|
home.file.".config/jrnl/jrnl.yaml".source = ./jrnl/jrnl.yaml;
|
||||||
home.file.".config/fish/functions" = {
|
home.file.".config/fish/functions" = {
|
||||||
source = ./fish/functions;
|
source = ./fish/functions;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ linewrap: 80
|
||||||
tagsymbols: '#@'
|
tagsymbols: '#@'
|
||||||
template: false
|
template: false
|
||||||
timeformat: '%F %r'
|
timeformat: '%F %r'
|
||||||
version: v4.1
|
version: v4.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue