From b17abc2c459c057b72921688c2b616ea0e28bead Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 21 Jun 2025 17:52:31 +1000 Subject: [PATCH] Add jrnl --- alex/home.nix | 2 ++ alex/jrnl/jrnl.yaml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 alex/jrnl/jrnl.yaml diff --git a/alex/home.nix b/alex/home.nix index ff5f4b3..5632503 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -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 diff --git a/alex/jrnl/jrnl.yaml b/alex/jrnl/jrnl.yaml new file mode 100644 index 0000000..e4f56d2 --- /dev/null +++ b/alex/jrnl/jrnl.yaml @@ -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