From d6465b7ed0dc877967e4b4c21a4254cae7e0512e Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 24 Feb 2023 20:03:16 +0000 Subject: Cleanup --- host/Rory-devenv/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'host/Rory-devenv') 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" ]; }) -- cgit 1.4.1