mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
add pass extensions
This commit is contained in:
parent
f51d095540
commit
3d3f34fe37
2 changed files with 3 additions and 4 deletions
|
@ -476,9 +476,6 @@ in {
|
|||
|
||||
ob-python = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
(pkgs.python310.withPackages (p: with p; [ matplotlib latexify-py ]))
|
||||
];
|
||||
after = [ "org" ];
|
||||
config = ''
|
||||
; -*-emacs-lisp-*-
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue