Installs jrnl

This commit is contained in:
Dennis Schoepf 2025-03-30 22:04:44 +02:00
parent 140198e9da
commit a786242423
3 changed files with 11 additions and 0 deletions

View 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;
};
}

View file

@ -0,0 +1 @@
editor: "nvim"

View file

@ -40,6 +40,7 @@
aider-chat
fortune
neofetch
jrnl
];
# Homebrew