1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 11:49:33 +00:00
This commit is contained in:
Rae 5e 2025-04-03 18:47:54 -04:00
parent 1a174d8687
commit 3f09a45719
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 10 additions and 1 deletions

View file

@ -60,6 +60,7 @@
enable = true;
shellInit = ''
set -g fish_greeting
fish_add_path /opt/apps/_bin
'';
plugins = [
{
@ -138,6 +139,14 @@
};
tls = true;
}
# EFnet
{
addr = "irc.colosolutions.net";
join = [
"#cemetech"
];
port = 8080;
}
];
scrollback = 65535;
};