From d283fd9a450f794bc852e5883c8756be69c4dc8e Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 13 Feb 2024 12:46:56 +0900 Subject: [PATCH] Test; --- nixos/default.nix | 2 ++ nixos/minimal.nix | 2 ++ nixos/small.nix | 2 ++ 3 files changed, 6 insertions(+) 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.