From 96d693bf8f077911092af5805cb2b161b1e91dbb Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sat, 19 Aug 2023 19:18:44 +0100 Subject: [PATCH] Add git send-email support --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7f94db2..09b98d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {