feat(home): add halloy
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-08-02 16:51:53 +02:00
parent 02bcc3ede9
commit d149303ed2
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View file

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

10
home/halloy.toml Normal file
View file

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

View file

@ -46,6 +46,7 @@ with pkgs;
grim
gron # make json grepable
h # Manage git repos
halloy
hexyl # hex viewer
htop
httpie