dustbowl: add more system-wide apps
This commit is contained in:
parent
c4fadb713b
commit
7df7a57009
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue