Merge pull request #358 from genebean/rainbow

Add matrix and irc clients plus openvpn
This commit is contained in:
Gene Liverman 2024-01-24 21:48:41 -05:00 committed by GitHub
commit 13e2294f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;

View file

@ -0,0 +1,3 @@
{ ... }: {
programs.hexchat.enable = true;
}

View file

@ -0,0 +1,3 @@
{ ... }: {
programs.pidgin.enable = true;
}

View file

@ -4,6 +4,8 @@
../../common/all-cli.nix
../../common/all-gui.nix
../../common/all-linux.nix
../../common/linux-apps/hexchat.nix
../../common/linux-apps/pidgin.nix
../../common/linux-apps/tilix.nix
../../common/linux-apps/waybar.nix
../../common/linux-apps/xfce4-terminal.nix

View file

@ -21,7 +21,9 @@
gnome.gnome-tweaks
gnome.nautilus
gnomeExtensions.dash-to-panel
gnome.networkmanager-openvpn
gnomeExtensions.tailscale-qs
networkmanager-openvpn
pavucontrol
polkit-kde-agent
ulauncher