[pop-os] Set up wakapi
This commit is contained in:
parent
13b7728495
commit
e48d85b621
1 changed files with 9 additions and 2 deletions
|
@ -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$")))))))
|
||||
|
|
Loading…
Reference in a new issue