mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
install prettier js
This commit is contained in:
parent
3397f5a039
commit
b5a9a50b14
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
linux = with pkgs; [ ];
|
||||
pass-extended = pkgs.pass.withExtensions (exts: [ exts.pass-genphrase exts.pass-otp exts.pass-import ]);
|
||||
python-wp = pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]);
|
||||
node-packages = with pkgs.nodePackages; [ bash-language-server ];
|
||||
node-packages = with pkgs.nodePackages; [ bash-language-server prettier ];
|
||||
octave-wp = pkgs.octave.withPackages (p: with p; [ symbolic ]);
|
||||
texliveset = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-basic
|
||||
|
|
Loading…
Add table
Reference in a new issue