From 5da8f422403f85a39ff9db43749eb911d639dbd2 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 29 Oct 2025 14:45:52 +0100 Subject: [PATCH] added codeberg to homepage. --- configs/home-manager/tiny-irc.nix | 2 ++ configs/nixos/homepage.nix | 10 +++++++++- hosts/home-personal.nix | 1 - hosts/work-laptop.nix | 1 - 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/configs/home-manager/tiny-irc.nix b/configs/home-manager/tiny-irc.nix index 2d9a17d..b17dbc7 100644 --- a/configs/home-manager/tiny-irc.nix +++ b/configs/home-manager/tiny-irc.nix @@ -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"]; diff --git a/configs/nixos/homepage.nix b/configs/nixos/homepage.nix index c05923c..48b1684 100644 --- a/configs/nixos/homepage.nix +++ b/configs/nixos/homepage.nix @@ -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"; diff --git a/hosts/home-personal.nix b/hosts/home-personal.nix index bc95307..f9fba20 100644 --- a/hosts/home-personal.nix +++ b/hosts/home-personal.nix @@ -15,7 +15,6 @@ inputs.home-manager.lib.homeManagerConfiguration { }: { # machine specific options user = { - enable-speech = true; git = { profile = { name = "Gabe Venberg"; diff --git a/hosts/work-laptop.nix b/hosts/work-laptop.nix index c12d811..9dafd71 100644 --- a/hosts/work-laptop.nix +++ b/hosts/work-laptop.nix @@ -15,7 +15,6 @@ inputs.home-manager.lib.homeManagerConfiguration { }: { # machine specific options user = { - enable-speech = true; git = { profile = { name = "Gabe Venberg";