summary refs log tree commit diff
path: root/host/Rory-devenv/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-devenv/configuration.nix')
-rw-r--r--host/Rory-devenv/configuration.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix
index 983cc96..8edaf6f 100644
--- a/host/Rory-devenv/configuration.nix
+++ b/host/Rory-devenv/configuration.nix
@@ -14,9 +14,9 @@
     } ];
   };
 
-  # environment.systemPackages = with pkgs; [
-  #   postgresql
-  # ];
+ # environment.systemPackages = with pkgs; [
+ #   postgresql
+ # ];
   systemd.tmpfiles.rules = [  "d /data/pg 0750 postgres postgres" ];
 
   services = {
@@ -85,6 +85,9 @@
     udisks
     gparted
     glxinfo
+    vscode-with-extensions
+    nodejs
+
   ];
   fonts.fonts = with pkgs; [
     (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })