Style and customise Homepage Dashboard
This commit is contained in:
parent
a9cf2109a6
commit
03a485a9fc
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue