Add matrix and irc clients plus openvpn

This commit is contained in:
Gene Liverman 2024-01-23 22:04:29 -05:00
parent 9469c1938d
commit 93d9011047
5 changed files with 14 additions and 2 deletions

View file

@ -7,7 +7,7 @@
else "libsqlite3.so";
in {
home.packages = with pkgs; [
bundix
bundix
cargo
cheat
colordiff
@ -19,6 +19,7 @@ in {
fd
git-filter-repo
glab
gomuks
gotop
htop
httpie
@ -105,7 +106,7 @@ in {
defaultBranch = "main";
};
merge = {
conflictStyle = "diff3";
conflictStyle = "diff3";
tool = "meld";
};
pull = {
@ -113,6 +114,7 @@ in {
};
};
}; # end git
irssi.enable = true;
jq.enable = true;
neovim = {
enable = true;