This commit is contained in:
Alexander Wainwright 2025-06-21 17:52:31 +10:00
parent 69358cc58b
commit b17abc2c45
2 changed files with 21 additions and 0 deletions

View file

@ -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
View 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