fix dashboard

This commit is contained in:
Satria 2026-03-03 17:51:19 +07:00
commit 6c8fdba852

View file

@ -190,22 +190,6 @@ in {
name = "Dashboard";
show-mobile-header = true;
columns = [
{
type = "bookmarks";
groups = [{
links = map (e: {
same-tab = true;
title = builtins.elemAt e 0;
icon = "si:${builtins.elemAt e 1}";
url = builtins.elemAt e 2;
}) bookmarks;
}];
}
{
type = "to-do";
id = "tasks";
hide-header = true;
}
{
size = "small";
widgets = [
@ -229,6 +213,22 @@ in {
url = "http://localhost:8088/";
hour-format = "12h";
}
{
type = "bookmarks";
groups = [{
links = map (e: {
same-tab = true;
title = builtins.elemAt e 0;
icon = "si:${builtins.elemAt e 1}";
url = builtins.elemAt e 2;
}) bookmarks;
}];
}
{
type = "to-do";
id = "tasks";
hide-header = true;
}
];
}
{