Removes jrnl config
This commit is contained in:
parent
96fdeea1ed
commit
f772beb505
3 changed files with 0 additions and 11 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
./modules/wezterm
|
./modules/wezterm
|
||||||
./modules/nvim
|
./modules/nvim
|
||||||
./modules/lazygit
|
./modules/lazygit
|
||||||
./modules/jrnl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -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.yaml;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
editor: "nvim"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue