chore: add packages

* add easyeffects to hades for autoeq
* add nomad and tailscale to trench

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-10-18 19:26:25 +05:30
parent 3a708c2a76
commit 09b8d3e94a
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@
];
environment.systemPackages = with pkgs; [
easyeffects
editorconfig-core-c
netbird-ui
pulumi-bin

View File

@ -7,6 +7,11 @@
../../modules/programs/nixvim
];
environment.systemPackages = with pkgs; [
nomad_1_6
tailscale
];
services = {
unifi = {
enable = true;