mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
202 B
EmacsLisp
10 lines
202 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/password-store/packages.el
|
|
|
|
(package! pass)
|
|
(package! password-store)
|
|
(package! auth-password-store)
|
|
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass))
|