Add tools and other stuff for a more comf. admin enviorn. on the hosts

This commit is contained in:
June 2024-05-26 18:32:55 +02:00
parent 58ec317b02
commit a7541eefa8
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
joe
nano
htop
btop
ripgrep
fd
tmux
git
curl
rsync
usbutils
nix-tree
# For kitty terminfo.
kitty
];
}

View file

@ -3,6 +3,7 @@
{ {
imports = [ imports = [
./acme.nix ./acme.nix
./admin-environment.nix
./default-host-platform.nix ./default-host-platform.nix
./default-state-version.nix ./default-state-version.nix
./localization.nix ./localization.nix