added codeberg to homepage.

This commit is contained in:
Gabe Venberg 2025-10-29 14:45:52 +01:00
parent 6a176e1a50
commit 5da8f42240
4 changed files with 11 additions and 3 deletions

View file

@ -10,6 +10,7 @@
servers = [
{
addr = "irc.libera.chat";
alias = "libera";
port = 6697;
tls = true;
realname = "Gabe Venberg";
@ -37,6 +38,7 @@
}
{
addr = "mbrserver.com";
alias = "MBR";
port = 6667;
tls = false;
nicks = ["toric"];

View file

@ -185,10 +185,18 @@ in {
Github = {
icon = "si-github-#181717";
href = "https://github.com";
siteMonitor = "https://git.venberg.xyz";
siteMonitor = "https://github.com";
description = "Non self hosted Git forge :(";
};
}
{
Codeberg = {
icon = "sh-codeberg";
href = "https://codeberg.org";
siteMonitor = "https://codeberg.org";
description = "Non self hosted Git forge, but at least open source!";
};
}
{
Cyberchef = {
icon = "sh-cyberchef.svg";

View file

@ -15,7 +15,6 @@ inputs.home-manager.lib.homeManagerConfiguration {
}: {
# machine specific options
user = {
enable-speech = true;
git = {
profile = {
name = "Gabe Venberg";

View file

@ -15,7 +15,6 @@ inputs.home-manager.lib.homeManagerConfiguration {
}: {
# machine specific options
user = {
enable-speech = true;
git = {
profile = {
name = "Gabe Venberg";