~ruther/nixos-config

ref: ecaeae892cbf4ea12e4becf4014436b59fbb763f nixos-config/modules/shell/git.nix -rw-r--r-- 75 bytes
ecaeae89 — Rutherther feat: add syncting service 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#
# Git
#

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