diff options
| author | Grigory Shipunov | 2023-06-04 20:19:53 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-06-16 14:58:42 +0200 |
| commit | 755bc4fbf762e2517f3d9aad3b2e6b33d275c082 (patch) | |
| tree | 72213afa43deb7f5b1b9df786fcaedd165cdb5c5 /modules/basic-tools/default.nix | |
| parent | bcdd3fe2e4b5dd00f2799a4f349baf910a113188 (diff) | |
small fixes in modules
Diffstat (limited to 'modules/basic-tools/default.nix')
| -rw-r--r-- | modules/basic-tools/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
