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";