diff --git a/nixos/default.nix b/nixos/default.nix index 6269c751..b4eef640 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -58,6 +58,8 @@ cbonsai # ncurses bonsai tree busybox # Linux utilities ethtool # Ethernet troubleshooting + fd # alternative to "Find" + lazygit # Decent Git TUI ]; # Select internationalisation properties. diff --git a/nixos/minimal.nix b/nixos/minimal.nix index d91b75a8..24443e26 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -35,6 +35,8 @@ parted screen sshpass + fd + lazygit ]; # Select internationalisation properties. diff --git a/nixos/small.nix b/nixos/small.nix index 946d1adc..2348c4e7 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -32,6 +32,8 @@ btop sshpass cryptsetup + fd + lazygit ]; # Select internationalisation properties.