summary refs log tree commit diff
path: root/nixos/modules/config/no-x-libs.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-19 22:28:07 +0100
committerGitHub <noreply@github.com>2022-12-19 22:28:07 +0100
commitac210fc15ce8f3f0a61cdf70f5727600e71eafa6 (patch)
treeabdf57cc954b798a38bdd7d6d17b6fcddd9fa514 /nixos/modules/config/no-x-libs.nix
parentace7950a793a0543556d39548a87b189370e1d41 (diff)
parentda75629e3451171653ff57de7125d82c42cf8a1e (diff)
downloadnixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar.gz
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar.bz2
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar.lz
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar.xz
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.tar.zst
nixpkgs-ac210fc15ce8f3f0a61cdf70f5727600e71eafa6.zip
Merge pull request #206441 from SuperSandro2000/msmtp
Diffstat (limited to 'nixos/modules/config/no-x-libs.nix')
-rw-r--r--nixos/modules/config/no-x-libs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 492745a47fd..5a2a1a0e8ac 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -37,6 +37,7 @@ with lib;
       imagemagickBig = super.imagemagickBig.override { libX11Support = false; libXtSupport = false; };
       libextractor = super.libextractor.override { gstreamerSupport = false; gtkSupport = false; };
       libva = super.libva-minimal;
+      msmtp = super.msmtp.override { withKeyring = false; };
       networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
       networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
       networkmanager-l2tp = super.networkmanager-l2tp.override { withGnome = false; };