Removes jrnl
This commit is contained in:
parent
cb7f976530
commit
f883327d7a
4 changed files with 0 additions and 30 deletions
|
|
@ -19,7 +19,6 @@
|
|||
./modules/wezterm
|
||||
./modules/nvim
|
||||
./modules/lazygit
|
||||
./modules/jrnl
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
g = "git";
|
||||
j = "jrnl";
|
||||
frc = "source ~/.config/fish/**/*.fish";
|
||||
t = "todo.sh";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue