pinwheel: Add enable option to git module
And use it to check when to add work `gitconfig`
This commit is contained in:
@@ -126,7 +126,11 @@
|
||||
};
|
||||
|
||||
config-manager.flakePath = "/home/alex/config";
|
||||
mod.openvpn.enable = true;
|
||||
|
||||
mod = {
|
||||
git.enable = true;
|
||||
openvpn.enable = true;
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
||||
Reference in New Issue
Block a user