Add git send-email support

This commit is contained in:
Konstantin Nazarov 2023-08-19 19:18:44 +01:00
parent 8e961ee79d
commit 96d693bf8f
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -157,6 +157,7 @@ in
mullvad-vpn mullvad-vpn
mullvad mullvad
usbutils usbutils
wf-recorder
(clang-tools.override { llvmPackages = llvmPackages_16; }) # mainly for clang-format (clang-tools.override { llvmPackages = llvmPackages_16; }) # mainly for clang-format
(emacsWithPackagesFromUsePackage { (emacsWithPackagesFromUsePackage {
config = ./emacs.el; config = ./emacs.el;
@ -208,6 +209,7 @@ in
xdg = { xdg = {
portal = { portal = {
enable = true; enable = true;
wlr.enable = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
@ -239,6 +241,7 @@ in
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
wireplumber.enable = true;
}; };
# Disable unneeded PipeWire devices and rename the ones I use to more recognizable names # Disable unneeded PipeWire devices and rename the ones I use to more recognizable names
@ -429,6 +432,7 @@ in
programs.git = { programs.git = {
enable = true; enable = true;
package = pkgs.gitAndTools.gitFull; # needed for git send-email support
userName = "Konstantin Nazarov"; userName = "Konstantin Nazarov";
userEmail = "mail@knazarov.com"; userEmail = "mail@knazarov.com";
signing = { signing = {