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