From 755bc4fbf762e2517f3d9aad3b2e6b33d275c082 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 4 Jun 2023 20:19:53 +0200 Subject: small fixes in modules --- modules/basic-tools/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 906107c..19b319c 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -11,7 +11,6 @@ bat fd file - git gnupg glow htop @@ -38,7 +37,7 @@ sshfs whois mtr - ]; + ] ++ (if config.networking.hostName == "toaster" then [ gitFull ] else [ git ]); environment.variables = let -- cgit v1.3.1