added irc client

This commit is contained in:
Bryan Ramos 2024-01-06 22:58:48 -05:00
parent 0b8892885a
commit 695e37c483
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ export DIRENV_LOG_FORMAT=
alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'"; alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'";
alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'"; alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'";
alias chat="weechat";
function cdg() { function cdg() {
if [[ $1 == "--help" ]]; then if [[ $1 == "--help" ]]; then

View file

@ -15,7 +15,7 @@ in
mdbook rsync docker gcc gnumake mdbook rsync docker gcc gnumake
exercism pandoc texlive.combined.scheme-tetex exercism pandoc texlive.combined.scheme-tetex
pdftk zoom-us zip teams-for-linux pdftk zoom-us zip teams-for-linux
aerc aerc weechat
]; ];
home.file.".config/aerc" = { home.file.".config/aerc" = {