Update systems/sandbox/cfg.nix

This commit is contained in:
2026-06-04 17:59:24 +02:00
parent 215b546128
commit edb48ace8a

View File

@@ -61,6 +61,41 @@
suwayomi.subdomain = "manga";
calibre.subdomain = "books";
selfmark = { subdomain = "arr"; subpath = "selfmark"; };
favicon.extra = {
mappings = {
"home.localhost" = {
label = "H";
background = "#0f172a";
foreground = "#f8fafc";
accent = "#22c55e";
};
"cloud.localhost" = {
label = "C";
background = "#0b1220";
foreground = "#f8fafc";
accent = "#38bdf8";
};
"sso.localhost" = {
label = "S";
background = "#1f1630";
foreground = "#fff7ed";
accent = "#f59e0b";
};
"metrum.localhost" = {
label = "M";
background = "#1a1d29";
foreground = "#f8fafc";
accent = "#a78bfa";
};
};
default = {
label = "?";
background = "#111827";
foreground = "#f9fafb";
accent = "#6b7280";
};
};
};
};
};