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-server-display-inlay-hints t)
|
||||||
(setq! lsp-rust-analyzer-completion-auto-import-enable t)
|
(setq! lsp-rust-analyzer-completion-auto-import-enable t)
|
||||||
|
|
||||||
|
|
||||||
;; Nix
|
;; Nix
|
||||||
|
|
||||||
(use-package! nixpkgs-fmt
|
(use-package! nixpkgs-fmt
|
||||||
|
|
|
@ -23,6 +23,12 @@
|
||||||
awatcher.package = pkgs.my.awatcher;
|
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`
|
# TODO Add timer for `aw-sync --sync-dir=$HOME/Nextcloud/ActivityWatch/ sync --mode both`
|
||||||
# (aw-sync binary is part of aw-server-rust)
|
# (aw-sync binary is part of aw-server-rust)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue