Update systems/sandbox/cfg.nix
This commit is contained in:
@@ -61,6 +61,41 @@
|
|||||||
suwayomi.subdomain = "manga";
|
suwayomi.subdomain = "manga";
|
||||||
calibre.subdomain = "books";
|
calibre.subdomain = "books";
|
||||||
selfmark = { subdomain = "arr"; subpath = "selfmark"; };
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user