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 nmap
bind.dnsutils bind.dnsutils
openrgb openrgb
gdb
rr
intel-gpu-tools
# GTK theme # GTK theme
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
@ -285,6 +288,10 @@
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
services.postgresql = {
enable = true;
};
users.users.joachim = { users.users.joachim = {
isNormalUser = true; isNormalUser = true;
home = "/home/joachim"; home = "/home/joachim";