this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

home/aly/programs/git: don't override git package

Aly Raffauf 642eb35e c7dd8b9f

-2
-2
modules/home/aly/programs/git/default.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 ... 6 5 }: { 7 6 options.myHome.aly.programs.git.enable = lib.mkEnableOption "git version control"; ··· 12 11 enable = true; 13 12 delta.enable = true; 14 13 lfs.enable = true; 15 - package = pkgs.gitFull; 16 14 userName = "Aly Raffauf"; 17 15 userEmail = "aly@aly.codes"; 18 16