diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 21:05:38 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 21:05:38 +0200 |
commit | 51ceca9cb73600cbb85f402d44ead9ec6fbe1755 (patch) | |
tree | 0bfaa25017031820d597effc40575f3f8cc47ad8 /host/Rory-nginx/services/containers | |
parent | Fixes! (diff) | |
download | Rory-Open-Architecture-51ceca9cb73600cbb85f402d44ead9ec6fbe1755.tar.xz |
More container stuff
Diffstat (limited to 'host/Rory-nginx/services/containers')
-rwxr-xr-x | host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix index 3e504a4..6ee6f26 100755 --- a/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix +++ b/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix @@ -8,5 +8,24 @@ ./services/pantalaimon.nix ]; + environment.systemPackages = with pkgs; [ + wget + neofetch + lnav + zsh + git + lsd + htop + btop + duf + kitty.terminfo + neovim + tmux + jq + yq + pv + dig + cloud-utils + ]; system.stateVersion = "22.11"; # DO NOT EDIT! } \ No newline at end of file |