Add git send-email support
This commit is contained in:
parent
8e961ee79d
commit
96d693bf8f
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,7 @@ in
|
|||
mullvad-vpn
|
||||
mullvad
|
||||
usbutils
|
||||
wf-recorder
|
||||
(clang-tools.override { llvmPackages = llvmPackages_16; }) # mainly for clang-format
|
||||
(emacsWithPackagesFromUsePackage {
|
||||
config = ./emacs.el;
|
||||
|
@ -208,6 +209,7 @@ in
|
|||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
|
@ -239,6 +241,7 @@ in
|
|||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
# Disable unneeded PipeWire devices and rename the ones I use to more recognizable names
|
||||
|
@ -429,6 +432,7 @@ in
|
|||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull; # needed for git send-email support
|
||||
userName = "Konstantin Nazarov";
|
||||
userEmail = "mail@knazarov.com";
|
||||
signing = {
|
||||
|
|
Loading…
Reference in a new issue