add pass extensions

This commit is contained in:
willemml 2023-01-28 15:14:21 -08:00
parent f51d095540
commit 3d3f34fe37
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 3 additions and 4 deletions

View file

@ -476,9 +476,6 @@ in {
ob-python = {
enable = true;
extraPackages = [
(pkgs.python310.withPackages (p: with p; [ matplotlib latexify-py ]))
];
after = [ "org" ];
config = ''
; -*-emacs-lisp-*-

View file

@ -28,13 +28,15 @@ in {
docker
docker-compose
fd
fzf
gawk
htop
jq
nix-review
nmap
openssh
pass
(pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]))
(pass.withExtensions (exts: [ exts.pass-genphrase exts.pass-otp exts.pass-import ]))
pv
ripgrep
rsync