Compare commits
No commits in common. "3e516304177ec2d14e52ac75294c8ac12cc23e87" and "89d9d69fb52d98b2718f43008750d5c0d8fc08f5" have entirely different histories.
3e51630417
...
89d9d69fb5
2 changed files with 0 additions and 16 deletions
|
@ -14,8 +14,6 @@
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = "ybarbanneau@sellsy.com";
|
userEmail = "ybarbanneau@sellsy.com";
|
||||||
signingKey ="6E1A834E282FBD98B48069444447A19BBEDB8DBA";
|
|
||||||
signByDefault = true;
|
|
||||||
};
|
};
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
|
|
|
@ -18,18 +18,6 @@ in
|
||||||
default = "ephase@xieme-art.org";
|
default = "ephase@xieme-art.org";
|
||||||
description = "git email";
|
description = "git email";
|
||||||
};
|
};
|
||||||
|
|
||||||
signingKey = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
default = null;
|
|
||||||
description = "signing key fingerprint";
|
|
||||||
};
|
|
||||||
|
|
||||||
signByDefault = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
description = "activate signing by default";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
@ -46,8 +34,6 @@ in
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
userName = "${cfg.userName}";
|
userName = "${cfg.userName}";
|
||||||
userEmail = "${cfg.userEmail}";
|
userEmail = "${cfg.userEmail}";
|
||||||
signing.key = "${cfg.signingKey}";
|
|
||||||
signing.signByDefault = cfg.signByDefault;
|
|
||||||
aliases = {
|
aliases = {
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
fa = "fetch --all";
|
fa = "fetch --all";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue