Enable git-sync for org notes directory

This commit is contained in:
Evie Litherland-Smith 2023-10-19 06:33:56 +01:00
parent 11dcf088e9
commit e37f6a9d31

View file

@ -10,6 +10,13 @@ in {
doom.source = ./doom;
};
systemd.user = { inherit sessionVariables; };
services.git-sync = {
enable = true;
repositories.org = {
path = "${config.home.homeDirectory}/Org";
uri = "git+https://git.xenia.me.uk/xenia/Org.git";
};
};
programs.emacs = {
enable = true;
package = pkgs.emacs29-pgtk;