feat(whitby): Add some more useful programs
I keep using these in nix-shell but really they should just be installed. Change-Id: Ic2c36bae8b582fef88029b288accdfd3c8bc0f1b
This commit is contained in:
parent
3a410a78df
commit
961443c23c
1 changed files with 3 additions and 0 deletions
|
@ -435,10 +435,13 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bb
|
bb
|
||||||
curl
|
curl
|
||||||
|
direnv
|
||||||
emacs-nox
|
emacs-nox
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
jq
|
||||||
nano
|
nano
|
||||||
|
ripgrep
|
||||||
rxvt_unicode.terminfo
|
rxvt_unicode.terminfo
|
||||||
vim
|
vim
|
||||||
zfs
|
zfs
|
||||||
|
|
Loading…
Reference in a new issue