From 3d3f34fe37da2dffe4edd0df9accb2f86a1605fd Mon Sep 17 00:00:00 2001 From: willemml Date: Sat, 28 Jan 2023 15:14:21 -0800 Subject: [PATCH] add pass extensions --- emacs.nix | 3 --- packages.nix | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/emacs.nix b/emacs.nix index cfc13f7..2ed5bf1 100644 --- a/emacs.nix +++ b/emacs.nix @@ -476,9 +476,6 @@ in { ob-python = { enable = true; - extraPackages = [ - (pkgs.python310.withPackages (p: with p; [ matplotlib latexify-py ])) - ]; after = [ "org" ]; config = '' ; -*-emacs-lisp-*- diff --git a/packages.nix b/packages.nix index d911bf9..72bee3d 100644 --- a/packages.nix +++ b/packages.nix @@ -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