dustbowl: add more system-wide apps

This commit is contained in:
joachimschmidt557 2022-04-13 17:01:11 +02:00
parent c4fadb713b
commit 7df7a57009
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

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