mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add matrix and irc clients plus openvpn
This commit is contained in:
parent
9469c1938d
commit
93d9011047
5 changed files with 14 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
3
modules/home-manager/common/linux-apps/hexchat.nix
Normal file
3
modules/home-manager/common/linux-apps/hexchat.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.hexchat.enable = true;
|
||||
}
|
||||
3
modules/home-manager/common/linux-apps/pidgin.nix
Normal file
3
modules/home-manager/common/linux-apps/pidgin.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.pidgin.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue