From d149303ed24f5baa8684fb8c94efb5da67ce3017 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 2 Aug 2025 16:51:53 +0200 Subject: [PATCH] feat(home): add halloy --- home/default.nix | 1 + home/halloy.toml | 10 ++++++++++ home/pkgs.nix | 1 + 3 files changed, 12 insertions(+) create mode 100644 home/halloy.toml diff --git a/home/default.nix b/home/default.nix index a21362c..94f6ce6 100644 --- a/home/default.nix +++ b/home/default.nix @@ -119,6 +119,7 @@ in ''; home.file.".jjconfig.toml".source = ./jjconfig.toml; + home.file.".config/halloy/config.toml".source = ./halloy.toml; systemd.user.timers."backup-keepassxc" = { Unit.Description = "Backup password DB"; diff --git a/home/halloy.toml b/home/halloy.toml new file mode 100644 index 0000000..81a82bb --- /dev/null +++ b/home/halloy.toml @@ -0,0 +1,10 @@ +# Halloy config. +# +# For a complete list of available options, +# please visit https://halloy.squidowl.org/configuration/index.html + +[servers.liberachat] +nickname = "dadada" +server = "irc.libera.chat" +channels = ["#stratum0"] +sasl.external.cert = "/home/dadada/.config/halloy/libera.pem" diff --git a/home/pkgs.nix b/home/pkgs.nix index e980614..ed9f516 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -46,6 +46,7 @@ with pkgs; grim gron # make json grepable h # Manage git repos + halloy hexyl # hex viewer htop httpie