From 44cf7be2d93ab270b08196d5153a6eda0032a1ee Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 2 Jan 2023 05:04:26 +0000 Subject: Add home manager Signed-off-by: TheArcaneBrony --- host/Rory-devenv/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'host') 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" ]; }) -- cgit 1.4.1