diff options
| author | 2026-05-19 02:03:07 -0700 | |
|---|---|---|
| committer | 2026-05-19 02:03:21 -0700 | |
| commit | 755b509e412f7543a833107412b24ec5142b44ee (patch) | |
| tree | 8df5a909cba4c4e54fbd9cdd6e829c7414ff3711 | |
| parent | 4c0c73efcf4b0e11ffc04013741ca38eaabfd55d (diff) | |
| download | new-dotfiles-755b509e412f7543a833107412b24ec5142b44ee.tar.gz new-dotfiles-755b509e412f7543a833107412b24ec5142b44ee.zip | |
data: Add wakapi service
| -rw-r--r-- | oni/home/config/data.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index 2cf41a0..f33053f 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -178,4 +178,10 @@ xfuncname = \"^[[:space:]]*?\\\\(def\\\\w+? ((\\\\w|-|'|:|=|<|>)+)\" "))) - (service home-niri-service-type))))) + (service home-niri-service-type) + + (service home-wakatime-service-type + (home-wakatime-configuration + (api-url "https://waka.ryuslash.org/api") + (exclude '("COMMIT_EDITMSG$" + "TAG_EDITMSG$")))))))) |
