From 5e77d0b86c26d10a38377350625ed588db384ad7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 31 May 2023 17:06:09 +0200 Subject: [PATCH] Add tree command --- common/main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main.nix b/common/main.nix index 97c7673..d993956 100644 --- a/common/main.nix +++ b/common/main.nix @@ -13,7 +13,7 @@ environment.systemPackages = with pkgs; [ vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option - nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file + nix-diff ipmitool freeipmi ethtool lm_sensors ix cmake gnumake file tree ]; systemd.services."serial-getty@ttyS0" = {