agenix.el
This commit is contained in:
parent
453718bd52
commit
1f42154b72
1 changed files with 9 additions and 0 deletions
9
init.el
9
init.el
|
@ -403,6 +403,15 @@
|
|||
;; :config
|
||||
;; (global-nix-prettify-mode))
|
||||
|
||||
(use-package agenix
|
||||
:after (inheritenv)
|
||||
:custom
|
||||
((agenix-age-program "/nix/store/d1gkdszgmmcabz4pb06h8pvzkzml69g5-age-1.1.1/bin/age")
|
||||
(agenix-key-files '("~/.ssh/id_rsa" "~/.ssh/id_ed25519" "~/.ssh/mlabs")))
|
||||
:config
|
||||
(inheritenv-add-advice 'agenix--process-exit-code-and-output)
|
||||
)
|
||||
|
||||
(use-package nix-ts-mode
|
||||
:hook (
|
||||
(nix-ts-mode . (lambda ()
|
||||
|
|
Reference in a new issue