Remove unnecessary configuration options and packages

This commit is contained in:
thiloho
2024-08-06 14:11:07 +02:00
parent 32060797a1
commit 8e8fed4648
3 changed files with 1 additions and 37 deletions

View File

@@ -32,7 +32,6 @@
postgresql = {
enable = true;
package = pkgs.postgresql_15;
ensureDatabases = [ "dcbot" "todos" ];
authentication = lib.mkForce ''
local all all trust
host all all 0.0.0.0/0 scram-sha-256
@@ -142,8 +141,6 @@
home = {
sessionVariables = { NIXOS_OZONE_WL = 1; };
packages = with pkgs; [
libreoffice
airshipper
tldr
prismlauncher
ventoy-full
@@ -152,18 +149,12 @@
zoom-us
qbittorrent
neofetch
godot_4
backblaze-b2
localsend
mullvad-browser
postman
dbeaver-bin
texliveFull
gnome-tweaks
gnome-themes-extra
melonDS
amberol
zed-editor
];
};
};