diff --git a/home/darwin.nix b/home/darwin.nix index 6d4f1d7..1ac14ab 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -18,7 +18,6 @@ ./modules/wezterm ./modules/nvim ./modules/lazygit - ./modules/jrnl ]; programs.home-manager.enable = true; diff --git a/home/modules/jrnl/default.nix b/home/modules/jrnl/default.nix deleted file mode 100644 index 9eb250f..0000000 --- a/home/modules/jrnl/default.nix +++ /dev/null @@ -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; - }; -} diff --git a/home/modules/jrnl/jrnl.yaml b/home/modules/jrnl/jrnl.yaml deleted file mode 100644 index 760a5df..0000000 --- a/home/modules/jrnl/jrnl.yaml +++ /dev/null @@ -1 +0,0 @@ -editor: "nvim"