added nodejs to laptop
This commit is contained in:
parent
85cbccf0ca
commit
c7b5bc9ef8
|
@ -112,25 +112,23 @@
|
|||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
discord teamviewer evince koodo-reader distrobox vscode
|
||||
discord teamviewer evince koodo-reader distrobox
|
||||
# Browsers
|
||||
firefox chromium librewolf
|
||||
# Monitoring tools
|
||||
htop glances bottom fwupd
|
||||
# shells & terminals
|
||||
terminator foot kitty
|
||||
terminator kitty
|
||||
starship
|
||||
nushell
|
||||
fzf
|
||||
# Multiplexers
|
||||
screen
|
||||
tmux
|
||||
zellij
|
||||
# Editors & command line text utils
|
||||
hyfetch
|
||||
mc
|
||||
neovim zed-editor
|
||||
poppler_utils
|
||||
vscode
|
||||
emacs
|
||||
emacsPackages.vterm
|
||||
libvterm libtool
|
||||
|
@ -160,6 +158,7 @@
|
|||
guile
|
||||
go gotools golint
|
||||
rustup
|
||||
nodejs
|
||||
# language servers
|
||||
zls
|
||||
python3Packages.python-lsp-server
|
||||
|
|
Loading…
Reference in a new issue