summary refs log tree commit diff
path: root/host/Rory-devenv
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-devenv')
-rwxr-xr-xhost/Rory-devenv/configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix
index 8edaf6f..5087bc9 100755
--- a/host/Rory-devenv/configuration.nix
+++ b/host/Rory-devenv/configuration.nix
@@ -14,9 +14,6 @@
     } ];
   };
 
- # environment.systemPackages = with pkgs; [
- #   postgresql
- # ];
   systemd.tmpfiles.rules = [  "d /data/pg 0750 postgres postgres" ];
 
   services = {
@@ -65,14 +62,6 @@
     spice-vdagentd.enable = true;
   };
 
-  users.users = {
-    Rory = {
-      packages = with pkgs; [ 
-
-       ];
-    };
-  };
-
   environment.systemPackages = with pkgs; [
     zsh
     gnome-console
@@ -87,7 +76,6 @@
     glxinfo
     vscode-with-extensions
     nodejs
-
   ];
   fonts.fonts = with pkgs; [
     (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })