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 = {