agenix.el

This commit is contained in:
Andrea Ciceri 2023-09-21 18:00:47 +02:00
parent 453718bd52
commit 1f42154b72
No known key found for this signature in database

View file

@ -403,6 +403,15 @@
;; :config ;; :config
;; (global-nix-prettify-mode)) ;; (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 (use-package nix-ts-mode
:hook ( :hook (
(nix-ts-mode . (lambda () (nix-ts-mode . (lambda ()