From 389660d7f894babb526832397e144a6e7cf71248 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 21 Apr 2023 11:17:13 -0600 Subject: [PATCH] [NixOS] Add a few packages to essential --- nixos/essential.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/essential.nix b/nixos/essential.nix index 92253548..8ec94e29 100644 --- a/nixos/essential.nix +++ b/nixos/essential.nix @@ -27,6 +27,7 @@ in (emacs.pkgs.withPackages (epkgs: with epkgs.melpaPackages; [ vterm ])) + vscode firefox kitty vlc @@ -85,14 +86,17 @@ in # Tools bazel binutils + direnv gawk gitFull git-sync htop + jq lsof ncdu nix-index pass + pciutils protobuf rclone rcm @@ -100,6 +104,7 @@ in silver-searcher tzupdate tmux + unzip usbutils wget yubikey-manager