summaryrefslogtreecommitdiff
path: root/profiles/core/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core/git.nix')
-rw-r--r--profiles/core/git.nix2
1 files changed, 1 insertions, 1 deletions
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;