~ruther/nixos-config

ref: 3e1034c9b861485246b750b967e7462c25cd828e nixos-config/modules/shell/git.nix -rw-r--r-- 75 bytes
3e1034c9 — Rutherther feat: add qtile module 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#
# Git
#

{
  programs = {
    git = {
      enable = true;
    };
  };
}