diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 05:04:26 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-02 05:04:26 +0000 |
commit | 44cf7be2d93ab270b08196d5153a6eda0032a1ee (patch) | |
tree | fc8382ac93c76fa91d59b289cc9de8b11e0a5ceb /host | |
parent | Enable spice and qemu guest additions (diff) | |
download | Rory-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.nix | 9 |
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" ]; }) |