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 = { ob-python = {
enable = true; enable = true;
extraPackages = [
(pkgs.python310.withPackages (p: with p; [ matplotlib latexify-py ]))
];
after = [ "org" ]; after = [ "org" ];
config = '' config = ''
; -*-emacs-lisp-*- ; -*-emacs-lisp-*-

View file

@ -28,13 +28,15 @@ in {
docker docker
docker-compose docker-compose
fd fd
fzf
gawk gawk
htop htop
jq jq
nix-review nix-review
nmap nmap
openssh 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 pv
ripgrep ripgrep
rsync rsync