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
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue