add new glance bookmarks
This commit is contained in:
parent
dbb8efeec2
commit
dfac42ff0d
1 changed files with 31 additions and 2 deletions
|
|
@ -30,8 +30,37 @@
|
|||
widgets = [
|
||||
{ type = "calendar"; }
|
||||
{
|
||||
type = "repository";
|
||||
repository = "NixOS/nixpkgs";
|
||||
type = "bookmarks";
|
||||
groups = [
|
||||
{
|
||||
title = "My Profiles";
|
||||
same-tab = true;
|
||||
color = "200 50 50";
|
||||
links = [
|
||||
{
|
||||
title = "GitHub";
|
||||
url = "https://github.com/osbm";
|
||||
}
|
||||
{
|
||||
title = "Gitlab";
|
||||
url = "https://gitlab.com/osbm";
|
||||
}
|
||||
{
|
||||
title = "Crates.io";
|
||||
url = "https://crates.io/users/osbm";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
title = "Documents";
|
||||
links = [
|
||||
{
|
||||
title = "Nixos Search";
|
||||
url = "https://search.nixos.org";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue