mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added irc client
This commit is contained in:
parent
0b8892885a
commit
695e37c483
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ export DIRENV_LOG_FORMAT=
|
|||
|
||||
alias hmup="home-manager switch --flake '$HOME/Documents/projects/nixos#bryan'";
|
||||
alias nixup="sudo nixos-rebuild switch --flake '$HOME/Documents/projects/nixos#socrates'";
|
||||
alias chat="weechat";
|
||||
|
||||
function cdg() {
|
||||
if [[ $1 == "--help" ]]; then
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ in
|
|||
mdbook rsync docker gcc gnumake
|
||||
exercism pandoc texlive.combined.scheme-tetex
|
||||
pdftk zoom-us zip teams-for-linux
|
||||
aerc
|
||||
aerc weechat
|
||||
];
|
||||
|
||||
home.file.".config/aerc" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue