hurricane: 143 current 2025-06-30 16:28:57 25.05.20250629.b43c397 6.15.4 *

add pgadmin and reduce blur
This commit is contained in:
2025-06-30 16:29:12 +02:00
parent a9bf46a138
commit 15db902e00
3 changed files with 5 additions and 4 deletions

View File

@ -70,8 +70,8 @@ in {
new_optimizations = true; new_optimizations = true;
ignore_opacity = true; ignore_opacity = true;
xray = false; xray = false;
size = 2; size = 3;
passes = 5; passes = 3;
popups = true; popups = true;
}; };
shadow = { shadow = {

View File

@ -7,8 +7,8 @@ in {
background = { background = {
# Background image is set in host specific configuration # Background image is set in host specific configuration
#path = "$HOME/git/nixos/modules/hm/images/sky.png"; #path = "$HOME/git/nixos/modules/hm/images/sky.png";
blur_size = 3; blur_size = 2;
blur_passes = 4; blur_passes = 3;
contrast = 1; contrast = 1;
brightness = 0.5; brightness = 0.5;
vibrancy = 0.2; vibrancy = 0.2;

View File

@ -52,6 +52,7 @@ in {
nodejs_22 nodejs_22
pnpm pnpm
cypress cypress
pgadmin4
postgresql_15 postgresql_15
beam26Packages.erlang beam26Packages.erlang
beam26Packages.erlfmt beam26Packages.erlfmt