From c7b5bc9ef88fcedca0ed13649c4449266742f561 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 8 Aug 2024 14:35:03 +0200 Subject: [PATCH] added nodejs to laptop --- appserver/configuration.nix | 2 +- laptop/configuration.nix | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/appserver/configuration.nix b/appserver/configuration.nix index fdc2326..bea1581 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -76,7 +76,7 @@ environment.systemPackages = with pkgs; [ neovim emacs nano curl htop glances kitty wget git inxi nethogs fastfetch - emacsPackages.vterm + emacsPackages.vterm ]; # Enable the OpenSSH daemon. diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 01ad9e1..5f93713 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -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