feat(users/flokli/archeology): add awscli, htop, kitty terminfo
Change-Id: Ib7ae1871a5d0b16a68c79b68e7e79fd302da79bd Reviewed-on: https://cl.tvl.fyi/c/depot/+/9840 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
f9323d5aa5
commit
5d2789d1ad
1 changed files with 8 additions and 1 deletions
|
@ -18,5 +18,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Get a bunch of text editors and CLI tools.
|
# Get a bunch of text editors and CLI tools.
|
||||||
environment.systemPackages = [ pkgs.helix pkgs.kakoune pkgs.tmux ];
|
environment.systemPackages = [
|
||||||
|
pkgs.awscli
|
||||||
|
pkgs.helix
|
||||||
|
pkgs.htop
|
||||||
|
pkgs.kakoune
|
||||||
|
pkgs.kitty.terminfo
|
||||||
|
pkgs.tmux
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue