mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add widgets to homepage
This commit is contained in:
parent
91cef0a1fb
commit
6ca015e2f2
1 changed files with 4 additions and 18 deletions
|
@ -11,24 +11,10 @@
|
|||
games = { style = "row"; columns = 1; };
|
||||
};
|
||||
};
|
||||
bookmarks = [{
|
||||
dev = [
|
||||
{
|
||||
github = [{
|
||||
abbr = "GH";
|
||||
href = "https://github.com/";
|
||||
icon = "github-light.png";
|
||||
}];
|
||||
}
|
||||
{
|
||||
"homepage docs" = [{
|
||||
abbr = "HD";
|
||||
href = "https://gethomepage.dev";
|
||||
icon = "homepage.png";
|
||||
}];
|
||||
}
|
||||
];
|
||||
}];
|
||||
widgets = [
|
||||
{ resources = { label = "system"; cpu = true; memory = true; }; }
|
||||
{ resources = { label = "storage"; disk = [ "/mnt/DATA" ]; }; }
|
||||
];
|
||||
services = [
|
||||
{
|
||||
media = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue