2014-04-16 16:58:06 +02:00
|
|
|
# This module gets rid of all dependencies on X11 client libraries
|
|
|
|
# (including fontconfig).
|
|
|
|
|
2018-07-20 22:56:59 +02:00
|
|
|
{ config, lib, ... }:
|
2009-09-20 17:07:19 +02:00
|
|
|
|
2014-04-14 16:26:48 +02:00
|
|
|
with lib;
|
2013-10-30 17:37:45 +01:00
|
|
|
|
2009-09-20 17:07:19 +02:00
|
|
|
{
|
|
|
|
options = {
|
2013-10-30 17:37:45 +01:00
|
|
|
environment.noXlibs = mkOption {
|
|
|
|
type = types.bool;
|
2009-09-20 17:07:19 +02:00
|
|
|
default = false;
|
2022-07-28 23:19:15 +02:00
|
|
|
description = lib.mdDoc ''
|
2014-04-16 16:58:06 +02:00
|
|
|
Switch off the options in the default configuration that
|
|
|
|
require X11 libraries. This includes client-side font
|
|
|
|
configuration and SSH forwarding of X11 authentication
|
|
|
|
in. Thus, you probably do not want to enable this option if
|
|
|
|
you want to run X11 programs on this machine via SSH.
|
2009-09-20 20:15:52 +02:00
|
|
|
'';
|
2009-09-20 17:07:19 +02:00
|
|
|
};
|
|
|
|
};
|
2013-10-01 14:45:20 +02:00
|
|
|
|
2013-10-30 17:37:45 +01:00
|
|
|
config = mkIf config.environment.noXlibs {
|
2012-03-25 17:42:05 +02:00
|
|
|
programs.ssh.setXAuthLocation = false;
|
2014-04-16 16:58:06 +02:00
|
|
|
security.pam.services.su.forwardXAuth = lib.mkForce false;
|
|
|
|
|
2014-11-30 20:36:49 +01:00
|
|
|
fonts.fontconfig.enable = false;
|
2014-04-16 16:58:06 +02:00
|
|
|
|
2018-06-11 20:12:22 +02:00
|
|
|
nixpkgs.overlays = singleton (const (super: {
|
2022-09-02 22:00:23 +02:00
|
|
|
beam = super.beam_nox;
|
2020-08-01 23:04:18 +02:00
|
|
|
cairo = super.cairo.override { x11Support = false; };
|
2018-06-11 20:12:22 +02:00
|
|
|
dbus = super.dbus.override { x11Support = false; };
|
2023-02-14 23:29:23 +01:00
|
|
|
ffmpeg_4 = super.ffmpeg_4.override { ffmpegVariant = "headless"; };
|
|
|
|
ffmpeg_5 = super.ffmpeg_5.override { ffmpegVariant = "headless"; };
|
2022-12-10 20:44:43 +01:00
|
|
|
# dep of graphviz, libXpm is optional for Xpm support
|
|
|
|
gd = super.gd.override { withXorg = false; };
|
2022-09-02 22:00:23 +02:00
|
|
|
gobject-introspection = super.gobject-introspection.override { x11Support = false; };
|
2022-12-10 20:44:43 +01:00
|
|
|
gpsd = super.gpsd.override { guiSupport = false; };
|
|
|
|
graphviz = super.graphviz-nox;
|
2022-12-21 00:25:44 +01:00
|
|
|
gst_all_1 = super.gst_all_1 // {
|
|
|
|
gst-plugins-base = super.gst_all_1.gst-plugins-base.override { enableX11 = false; };
|
|
|
|
};
|
2022-12-05 02:02:31 +01:00
|
|
|
imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; };
|
|
|
|
imagemagickBig = super.imagemagickBig.override { libX11Support = false; libXtSupport = false; };
|
2022-12-10 20:44:43 +01:00
|
|
|
libdevil = super.libdevil-nox;
|
2022-12-21 00:25:44 +01:00
|
|
|
libextractor = super.libextractor.override { gtkSupport = false; };
|
2022-09-02 22:02:48 +02:00
|
|
|
libva = super.libva-minimal;
|
2022-12-21 22:24:48 +01:00
|
|
|
limesuite = super.limesuite.override { withGui = false; };
|
2023-02-05 09:46:41 +01:00
|
|
|
mc = super.mc.override { x11Support = false; };
|
2023-04-30 02:23:29 +02:00
|
|
|
mpv-unwrapped = super.mpv-unwrapped.override { sdl2Support = false; x11Support = false; waylandSupport = false; };
|
2022-12-16 20:10:13 +01:00
|
|
|
msmtp = super.msmtp.override { withKeyring = false; };
|
2023-01-20 00:41:05 +01:00
|
|
|
neofetch = super.neofetch.override { x11Support = false; };
|
2018-06-11 20:12:22 +02:00
|
|
|
networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
|
2020-10-21 00:04:02 +02:00
|
|
|
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
|
2018-06-11 20:12:22 +02:00
|
|
|
networkmanager-l2tp = super.networkmanager-l2tp.override { withGnome = false; };
|
|
|
|
networkmanager-openconnect = super.networkmanager-openconnect.override { withGnome = false; };
|
|
|
|
networkmanager-openvpn = super.networkmanager-openvpn.override { withGnome = false; };
|
2020-10-21 00:04:02 +02:00
|
|
|
networkmanager-sstp = super.networkmanager-vpnc.override { withGnome = false; };
|
2018-06-11 20:12:22 +02:00
|
|
|
networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
|
2022-12-10 20:44:43 +01:00
|
|
|
pango = super.pango.override { x11Support = false; };
|
2022-12-05 02:42:50 +01:00
|
|
|
pinentry = super.pinentry.override { enabledFlavors = [ "curses" "tty" "emacs" ]; withLibsecret = false; };
|
2023-04-30 02:47:14 +02:00
|
|
|
pipewire = super.pipewire.override { x11Support = false; };
|
2020-08-16 18:08:49 +02:00
|
|
|
qemu = super.qemu.override { gtkSupport = false; spiceSupport = false; sdlSupport = false; };
|
2022-12-04 23:05:31 +01:00
|
|
|
qrencode = super.qrencode.overrideAttrs (_: { doCheck = false; });
|
2023-03-09 19:57:06 +01:00
|
|
|
qt5 = super.qt5.overrideScope (const (super': {
|
2023-01-27 18:21:35 +01:00
|
|
|
qtbase = super'.qtbase.override { withGtk3 = false; };
|
2023-02-21 21:06:45 +01:00
|
|
|
}));
|
2022-12-10 20:44:43 +01:00
|
|
|
stoken = super.stoken.override { withGTK3 = false; };
|
|
|
|
# translateManpages -> perlPackages.po4a -> texlive-combined-basic -> texlive-core-big -> libX11
|
|
|
|
util-linux = super.util-linux.override { translateManpages = false; };
|
2022-12-29 20:17:54 +01:00
|
|
|
vim-full = super.vim-full.override { guiSupport = false; };
|
2022-12-05 00:51:58 +01:00
|
|
|
zbar = super.zbar.override { enableVideo = false; withXorg = false; };
|
2018-06-11 20:12:22 +02:00
|
|
|
}));
|
2009-09-20 17:07:19 +02:00
|
|
|
};
|
|
|
|
}
|