This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
home-manager
Archived
Watch
1
Star
0
Fork
You've already forked home-manager
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
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.
main
home-manager
/
programs
/
emacs
/
javascript
/
default.nix
8 lines
100 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Add nodejs + eslint
2024-06-25 07:31:17 +01:00
{
pkgs
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
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
with
nodePackages
;
[
nodejs
typescript
]
;
Add nodejs + eslint
2024-06-25 07:31:17 +01:00
}
Reference in a new issue
Copy permalink