From 7df7a57009532604aa25a95ca339fa3c455b48be Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Wed, 13 Apr 2022 17:01:11 +0200 Subject: [PATCH] dustbowl: add more system-wide apps --- nixos/dustbowl.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 0fe2949..6f24821 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -147,6 +147,9 @@ nmap bind.dnsutils openrgb + gdb + rr + intel-gpu-tools # GTK theme gnome.adwaita-icon-theme @@ -285,6 +288,10 @@ virtualisation.libvirtd.enable = true; + services.postgresql = { + enable = true; + }; + users.users.joachim = { isNormalUser = true; home = "/home/joachim";