1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(weechat): move bouncer from toum to makanek and make stateless

This commit is contained in:
2021-02-06 13:44:38 +01:00
parent 444336cd19
commit a592947bbf
4 changed files with 74 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ in
<niveum/configs/urlwatch.nix>
<niveum/configs/gitea.nix>
<niveum/configs/telegram-bots>
<niveum/configs/weechat.nix>
<niveum/configs/matterbridge.nix>
<niveum/modules/retiolum.nix>
];
@@ -63,5 +64,5 @@ in
email = kieran.email;
};
environment.systemPackages = [ pkgs.vim pkgs.git ];
environment.systemPackages = [ pkgs.vim pkgs.git pkgs.tmux ];
}