also upgrade ebay-mac to 25.11
This commit is contained in:
@@ -28,11 +28,14 @@
|
|||||||
# Git configuration
|
# Git configuration
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = lib.mkDefault "Timo Bingmann";
|
|
||||||
userEmail = lib.mkDefault "tbgit@panthema.net";
|
|
||||||
|
|
||||||
extraConfig = {
|
settings = {
|
||||||
|
user.name = "Timo Bingmann";
|
||||||
|
user.email = "tbingmann@ebay.com";
|
||||||
|
|
||||||
credential.helper = "${pkgs.git}/bin/git-credential-osxkeychain";
|
credential.helper = "${pkgs.git}/bin/git-credential-osxkeychain";
|
||||||
|
|
||||||
|
commit.gpgsign = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,9 +7,8 @@
|
|||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
ubuntu_font_family
|
|
||||||
ubuntu-sans
|
ubuntu-sans
|
||||||
ubuntu-classic
|
ubuntu-classic
|
||||||
ubuntu-sans-mono
|
ubuntu-sans-mono
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
|
|
||||||
# Microsoft compatibility fonts
|
# Microsoft compatibility fonts
|
||||||
corefonts
|
corefonts
|
||||||
vistafonts
|
vista-fonts
|
||||||
|
|
||||||
# Good programming fonts
|
# Good programming fonts
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|||||||
Reference in New Issue
Block a user