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
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