about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-08 02:52:54 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-12-10 09:12:47 +0000
commitacb20c175f3708944fe3ce4759df7db22297f156 (patch)
tree7dbc4f1f2dc11e73953a4e888a33c9bb34bb0f3a /nixos/modules
parent3b40e1bd33b442bb705f88a2bada2f6ace51e607 (diff)
downloadnixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar.gz
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar.bz2
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar.lz
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar.xz
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.tar.zst
nixlib-acb20c175f3708944fe3ce4759df7db22297f156.zip
nixos/no-x-libs: add mupdf
Diffstat (limited to 'nixos/modules')
-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 b2eb46f273b1..ec26d4b12eff 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -51,6 +51,7 @@ with lib;
       mc = super.mc.override { x11Support = false; };
       mpv-unwrapped = super.mpv-unwrapped.override { sdl2Support = false; x11Support = false; waylandSupport = false; };
       msmtp = super.msmtp.override { withKeyring = false; };
+      mupdf = super.mupdf.override { enableGL = false; enableX11 = false; };
       neofetch = super.neofetch.override { x11Support = false; };
       networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
       networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };