summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-01-02 05:04:26 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-01-02 05:04:26 +0000
commit44cf7be2d93ab270b08196d5153a6eda0032a1ee (patch)
treefc8382ac93c76fa91d59b289cc9de8b11e0a5ceb /host
parentEnable spice and qemu guest additions (diff)
downloadRory-Open-Architecture-44cf7be2d93ab270b08196d5153a6eda0032a1ee.tar.xz
Add home manager
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host')
-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" ]; })