Fixes jrnl config location
This commit is contained in:
parent
0d6eb43e77
commit
7aef93c8b2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
xdg.configFile."jrnl.yaml" = {
|
xdg.configFile."jrnl" = {
|
||||||
# mkOutOfStoreSymlink needs an absolute path, otherwise it does not work: https://github.com/nix-community/home-manager/issues/676#issuecomment-1595795685
|
# 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
|
# 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;
|
source = config.lib.file.mkOutOfStoreSymlink /Users/dennis/dev/nix-config/home/modules/jrnl/jrnl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue