This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/programs/emacs/javascript/default.nix
Evie Litherland-Smith 94130a9c9c Set trackpad for Tone to natural scrolling
Add typescript (for tsc and tsserver) to javascript installed packages
2024-06-27 13:22:02 +01:00

8 lines
100 B
Nix

{pkgs, ...}: {
home.packages = with pkgs;
with nodePackages; [
nodejs
typescript
];
}