From b6731802a8f735d5073d04b74c54fbe5a53ecb74 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 18 Feb 2025 09:54:31 +0100 Subject: format --- modules/basic-tools/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/basic-tools') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 3ea8833..d5e81d3 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -51,7 +51,15 @@ whois mtr ] - ++ (if config.networking.hostName == "toaster" then [ gitFull git-lfs ] else [ git ]); + ++ ( + if config.networking.hostName == "toaster" then + [ + gitFull + git-lfs + ] + else + [ git ] + ); environment.variables = let -- cgit v1.3.1