From 5ccf55e38f886b94a3e38696c70a6f5bad2437fe Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 5 Jan 2025 14:04:54 +0200 Subject: [PATCH] Added activitywatch --- .config/nvim/lazy-lock.json | 2 +- .config/nvim/lua/custom/plugins/activity-watch.lua | 9 +++++++++ hosts/kyren-laptop/home.nix | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .config/nvim/lua/custom/plugins/activity-watch.lua diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 7ea609b..6719e80 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -4,9 +4,9 @@ "alpha-nvim": { "branch": "main", "commit": "de72250e054e5e691b9736ee30db72c65d560771" }, "auto-save.nvim": { "branch": "main", "commit": "b58948445c43e6903987a9bb97c82e66fdcc0786" }, "auto-session": { "branch": "main", "commit": "021b64ed7d4ac68a37be3ad28d8e1cba5bec582c" }, + "aw-watcher.nvim": { "branch": "master", "commit": "151577933f10294a2620734772a8c3dad4fb5df8" }, "buffer-vacuum": { "branch": "main", "commit": "9ec0ea4ee93bb1faa0419d6890daf9e45c436ea6" }, "buffer_manager.nvim": { "branch": "main", "commit": "f196217f7c1ddae74ed51dfc2c3befe6d62b26d1" }, - "bullets.vim": { "branch": "master", "commit": "2253f970e54320dbd76fd6bb4f5a0bf2436ce232" }, "ccc.nvim": { "branch": "main", "commit": "7c639042583c7bdc7ce2e37e5a0e0aa6d0659c6a" }, "clangd_extensions.nvim": { "branch": "main", "commit": "8f7b72100883e0e34400d9518d40a03f21e4d0a6" }, "cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" }, diff --git a/.config/nvim/lua/custom/plugins/activity-watch.lua b/.config/nvim/lua/custom/plugins/activity-watch.lua new file mode 100644 index 0000000..1fef86c --- /dev/null +++ b/.config/nvim/lua/custom/plugins/activity-watch.lua @@ -0,0 +1,9 @@ +return { + 'lowitea/aw-watcher.nvim', + opts = { + aw_server = { + host = '127.0.0.1', + port = 5600, + }, + }, +} diff --git a/hosts/kyren-laptop/home.nix b/hosts/kyren-laptop/home.nix index 0263851..f4b415e 100644 --- a/hosts/kyren-laptop/home.nix +++ b/hosts/kyren-laptop/home.nix @@ -84,6 +84,8 @@ vesktop gparted nasm + activitywatch + awatcher ]; # For nixd LSP to recognize what nixpkgs version I use