summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix
index 6256187..f3cc2a9 100644
--- a/nixpkgs/common.nix
+++ b/nixpkgs/common.nix
@@ -28,6 +28,7 @@
programs.git.enable = true;
programs.git.userName = "Alex Auvolat";
programs.git.userEmail = "alex@adnab.me";
+ programs.git.lfs.enable = true;
home.file = { ".config/tmux/tmux.conf".source = ../tmux/tmux.conf; };