From 2409ad2aa2f7dcee00915e6bb679a4344ab7b365 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 7 Jan 2023 18:08:47 +0100 Subject: [PATCH] sombrero: Add `git` --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 68c7c2d..d79c1b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,7 +69,10 @@ }; }; - environment.systemPackages = with pkgs; [ vim ]; + environment.systemPackages = with pkgs; [ + vim + git + ]; # Configure keymap in X11 # services.xserver.layout = "us";