diff options
| author | 2024-12-09 10:02:32 -0800 | |
|---|---|---|
| committer | 2024-12-09 10:15:58 -0800 | |
| commit | e48d85b621d6f9698071a29f72e1bbb52177ec32 (patch) | |
| tree | d9801a8a6ceb202d705ef5105190150def56d189 | |
| parent | 13b77284955595bf174c022dff5f20f005e672f9 (diff) | |
| download | new-dotfiles-e48d85b621d6f9698071a29f72e1bbb52177ec32.tar.gz new-dotfiles-e48d85b621d6f9698071a29f72e1bbb52177ec32.zip | |
[pop-os] Set up wakapi
| -rw-r--r-- | oni/home/config/pop-os.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index bc54819..09a3f10 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -12,7 +12,9 @@ #:select (home-channels-service)) #:use-module ((oni home services emacs) #:select (home-emacs-service-type - home-emacs-configuration)) + home-emacs-configuration + home-wakatime-service-type + home-wakatime-configuration)) #:use-module ((oni home services environment) #:select (home-environment-service)) #:use-module ((oni packages emacs-config) @@ -61,4 +63,9 @@ "(setq custom-file \"~/.config/emacs/custom.el\")\n" "(load custom-file :noerror)\n" "(provide 'init)\n" - ";;; init.el ends here\n")))))))) + ";;; init.el ends here\n"))))) + (service home-wakatime-service-type + (home-wakatime-configuration + (api-url "https://waka.ryuslash.org/api") + (exclude '("COMMIT_EDITMSG$" + "TAG_EDITMSG$"))))))) |
