edit glance dashboard

This commit is contained in:
Hadi
2025-04-05 20:49:58 +02:00
parent f86839d03e
commit b4878ea48a

View File

@@ -99,6 +99,9 @@ in {
name = "Jack";
}];
}
{
type = "group";
widgets = [
{
type = "monitor";
title = "Services";
@@ -173,6 +176,11 @@ in {
}
];
}
];
}
{
type = "split-column";
widgets = [
{
type = "repository";
repository = "anotherhadi/nixy";
@@ -185,6 +193,20 @@ in {
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/search-nixos";
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/search-nixos-api";
pull-requests-limit = 5;
issues-limit = 3;
}
];
}
{ type = "hacker-news"; }
];
}