From 0183e7c823f6ff2a3f855faa69ebb6cf0245b871 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 22 Dec 2024 08:40:01 -0800 Subject: [PATCH] [default] Add tree --- roles/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/default.nix b/roles/default.nix index 71fcc4c..df23484 100644 --- a/roles/default.nix +++ b/roles/default.nix @@ -44,8 +44,9 @@ with lib; environment.systemPackages = with pkgs; [ git pciutils - vim + tree usbutils + vim ]; nix = {