WIP Fix activitywatch awatcher fails
This commit is contained in:
parent
ec23782180
commit
8df69a6add
2 changed files with 6 additions and 1 deletions
|
@ -138,7 +138,6 @@
|
|||
(setq! lsp-rust-analyzer-server-display-inlay-hints t)
|
||||
(setq! lsp-rust-analyzer-completion-auto-import-enable t)
|
||||
|
||||
|
||||
;; Nix
|
||||
|
||||
(use-package! nixpkgs-fmt
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
awatcher.package = pkgs.my.awatcher;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.activitywatch-watcher-awatcher.Service= {
|
||||
Restart = "always";
|
||||
RestartSec= "5";
|
||||
};
|
||||
|
||||
# TODO Add timer for `aw-sync --sync-dir=$HOME/Nextcloud/ActivityWatch/ sync --mode both`
|
||||
# (aw-sync binary is part of aw-server-rust)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue