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";