add sops as a shared module for home-manager

also adds wakatime-api-key variable to personal sops-config (using new
sops capability)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 01:01:07 -04:00
committed by Alice Huston
parent aa4bcc61a4
commit b10992795e
4 changed files with 15 additions and 3 deletions

View File

@ -11,3 +11,7 @@
;; If there is more than one, they won't work right.
'(font-lock-comment-face ((t (:slant italic))))
'(font-lock-keyword-face ((t (:slant italic)))))
;; insert wakatime-api-key from sops file
(setq! wakatime-api-key
(shell-command-to-string "cat /home/alice/.config/doom/wakatime"))