From 25d9705750755aeddf093cb5834b385ae3ff8ffc Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 8 Jan 2024 23:34:58 +0100 Subject: fixup --- profiles/core/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/core/git.nix') diff --git a/profiles/core/git.nix b/profiles/core/git.nix index 31136ee..70b4648 100644 --- a/profiles/core/git.nix +++ b/profiles/core/git.nix @@ -1,4 +1,4 @@ -{config, lib, ...}: with lib; { +{lib, ...}: with lib; { hm = { programs.git = { enable = true; -- cgit v1.2.3