From 7fbfc9c657785dd5bf77d97ab148c6e61715f450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 22 Jan 2020 23:47:43 +0100 Subject: [PATCH] add lfs --- nixos/programs/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/programs/git.nix b/nixos/programs/git.nix index 8169b805..cbc24cd1 100644 --- a/nixos/programs/git.nix +++ b/nixos/programs/git.nix @@ -2,6 +2,7 @@ { programs.git = { enable = true; + lfs.enable = true; userName = "Cyryl PÅ‚otnicki"; userEmail = "cyplo@cyplo.net"; extraConfig = {