From 28bc2222525133ddda296d98799b147f3317ae1a Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 6 Dec 2020 17:40:23 +0100 Subject: [PATCH] Install git everywhere --- configuration/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index c1b32a0..348e4d4 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -16,6 +16,7 @@ }; environment.systemPackages = with pkgs; [ + git htop tmux ];