Removes jrnl

This commit is contained in:
Dennis Schoepf 2025-05-08 20:58:21 +02:00
parent cb7f976530
commit f883327d7a
4 changed files with 0 additions and 30 deletions

View file

@ -19,7 +19,6 @@
./modules/wezterm
./modules/nvim
./modules/lazygit
./modules/jrnl
];
programs.home-manager.enable = true;

View file

@ -67,7 +67,6 @@
shellAbbrs = {
lg = "lazygit";
g = "git";
j = "jrnl";
frc = "source ~/.config/fish/**/*.fish";
t = "todo.sh";
};

View file

@ -1,9 +0,0 @@
{ 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;
};
}

View file

@ -1,19 +0,0 @@
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