mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
12 lines
252 B
EmacsLisp
12 lines
252 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/password-store/packages.el
|
|
|
|
(package! pass)
|
|
(package! password-store)
|
|
|
|
(unless (package-built-in-p 'auth-store-pass)
|
|
(package! auth-password-store))
|
|
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass))
|