mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +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 = {
|
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-*-
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue