mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add forgejo to homepage and update layout
This commit is contained in:
parent
3ff0096512
commit
8e8c520fc1
1 changed files with 9 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
headerStyle = "boxed";
|
headerStyle = "boxed";
|
||||||
layout = {
|
layout = {
|
||||||
media = { style = "row"; columns = 3; };
|
media = { style = "row"; columns = 3; };
|
||||||
infra = { style = "row"; columns = 1; };
|
infra = { style = "row"; columns = 3; };
|
||||||
games = { style = "row"; columns = 1; };
|
games = { style = "row"; columns = 2; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
bookmarks = [{
|
bookmarks = [{
|
||||||
|
@ -64,6 +64,13 @@
|
||||||
description = "the Nix-based continuous build system";
|
description = "the Nix-based continuous build system";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Forgejo = {
|
||||||
|
icon = "forgejo.png";
|
||||||
|
href = "http://100.94.173.5:3001";
|
||||||
|
description = "a lightweight software forge, with a highlight on being completely free software";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue