Style and customise Homepage Dashboard

This commit is contained in:
Oliver Davies 2025-04-30 12:29:10 +01:00
parent a9cf2109a6
commit 03a485a9fc

View file

@ -35,7 +35,20 @@ in
listenPort = cfg.port;
openFirewall = true;
customCSS = ''
div#footer {
display: none;
}
'';
services = (import ./services.nix { inherit config lib; });
settings = {
headerStyle = "clean";
hideVersion = "true";
statusStyle = "dot";
};
widgets = import ./widgets.nix;
};