Add tools and other stuff for a more comf. admin enviorn. on the hosts
This commit is contained in:
parent
58ec317b02
commit
a7541eefa8
2 changed files with 22 additions and 0 deletions
config/common
21
config/common/admin-environment.nix
Normal file
21
config/common/admin-environment.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue