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