diff --git a/home/modules/jrnl/default.nix b/home/modules/jrnl/default.nix index 0adc871..6602dc0 100644 --- a/home/modules/jrnl/default.nix +++ b/home/modules/jrnl/default.nix @@ -1,9 +1,9 @@ { 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 # 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; }; } diff --git a/home/modules/jrnl/jrnl.yaml b/home/modules/jrnl/jrnl/jrnl.yaml similarity index 100% rename from home/modules/jrnl/jrnl.yaml rename to home/modules/jrnl/jrnl/jrnl.yaml