Commit 4ff5300a6685
Changed files (1)
systems
aomi
systems/aomi/home.nix
@@ -9,7 +9,6 @@
../../home/common/dev/containers.nix
../../home/common/dev/tektoncd.nix
../../home/common/desktop/passage.nix
- ../../home/common/services/readwise-sync.nix
../../home/common/shell/gh.nix
];
systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
@@ -31,12 +30,6 @@
lazygit
];
- # Readwise sync to org-mode
- services.readwise-sync = {
- enable = true;
- interval = "daily";
- };
-
# Passage update service and timer
systemd.user.services.passage-update = {
Unit = {