Updates config for jrnl, nvim and wezterm
This commit is contained in:
parent
f772beb505
commit
e832bf57a3
7 changed files with 41 additions and 35 deletions
9
home/modules/jrnl/default.nix
Normal file
9
home/modules/jrnl/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."jrnl" = {
|
||||
# mkOutOfStoreSymlink needs an absolute path, otherwise it does not work: https://github.com/nix-community/home-manager/issues/676#issuecomment-1595795685
|
||||
# TODO: At least make the location of the config folder dynamic so that it works on other machines
|
||||
source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/home/modules/jrnl/jrnl.yaml;
|
||||
};
|
||||
}
|
||||
19
home/modules/jrnl/jrnl.yaml
Normal file
19
home/modules/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: false
|
||||
highlight: true
|
||||
indent_character: "|"
|
||||
journals:
|
||||
default:
|
||||
journal: /Users/dennis/notes/journal.txt
|
||||
linewrap: 79
|
||||
tagsymbols: "#@"
|
||||
template: false
|
||||
timeformat: "%F %r"
|
||||
version: v4.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue