From e3ef710bdb7dd559f825598d4357f2c792fa39d8 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Tue, 12 Nov 2024 08:01:49 -0800 Subject: [PATCH] [default] Add some common utils --- roles/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/default.nix b/roles/default.nix index d39a8fd..ec9b10e 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -42,8 +42,10 @@ with lib; services.openssh.enable = true; environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git + pciutils + vim + usbutils ]; nix = {