~ruther/nixos-config

ref: 8f8c847de507bc2d1b25875303e7b9b779544db2 nixos-config/modules/shell/git.nix -rw-r--r-- 75 bytes
8f8c847d — Rutherther feat: do not sync doom every time 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#
# Git
#

{
  programs = {
    git = {
      enable = true;
    };
  };
}
Do not follow this link