[NixOS] Add a few packages to essential

This commit is contained in:
Ivan Malison 2023-04-21 11:17:13 -06:00
parent 99bdb41cc5
commit 389660d7f8

View File

@ -27,6 +27,7 @@ in
(emacs.pkgs.withPackages (epkgs: with epkgs.melpaPackages; [ (emacs.pkgs.withPackages (epkgs: with epkgs.melpaPackages; [
vterm vterm
])) ]))
vscode
firefox firefox
kitty kitty
vlc vlc
@ -85,14 +86,17 @@ in
# Tools # Tools
bazel bazel
binutils binutils
direnv
gawk gawk
gitFull gitFull
git-sync git-sync
htop htop
jq
lsof lsof
ncdu ncdu
nix-index nix-index
pass pass
pciutils
protobuf protobuf
rclone rclone
rcm rcm
@ -100,6 +104,7 @@ in
silver-searcher silver-searcher
tzupdate tzupdate
tmux tmux
unzip
usbutils usbutils
wget wget
yubikey-manager yubikey-manager