about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-24 23:21:02 +0200
committerGitHub <noreply@github.com>2018-09-24 23:21:02 +0200
commitbc22265e65ef8b3e0ae5d47befa9f223bd866cb1 (patch)
tree53b7000fdaa3871058b39c7eb3fe3031ae17f4d2
parent0ce90d58cca7a1318a50268e957f3faa3b80079c (diff)
parent1427c50cea8685daf8eb571301651cf347b27e23 (diff)
downloadnixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.gz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.bz2
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.lz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.xz
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.tar.zst
nixlib-bc22265e65ef8b3e0ae5d47befa9f223bd866cb1.zip
Merge pull request #47296 from matthewbauer/closure-size-reductions
ISO/OVA closure size reductions
-rw-r--r--nixos/modules/profiles/graphical.nix5
-rw-r--r--pkgs/os-specific/linux/nfs-utils/default.nix2
2 files changed, 6 insertions, 1 deletions
diff --git a/nixos/modules/profiles/graphical.nix b/nixos/modules/profiles/graphical.nix
index 1a8372ddc43c..fba756391b11 100644
--- a/nixos/modules/profiles/graphical.nix
+++ b/nixos/modules/profiles/graphical.nix
@@ -7,7 +7,10 @@
   services.xserver = {
     enable = true;
     displayManager.sddm.enable = true;
-    desktopManager.plasma5.enable = true;
+    desktopManager.plasma5 = {
+      enable = true;
+      enableQt4Support = false;
+    };
     libinput.enable = true; # for touchpad support on many laptops
   };
 
diff --git a/pkgs/os-specific/linux/nfs-utils/default.nix b/pkgs/os-specific/linux/nfs-utils/default.nix
index f67663b31061..657f17c16849 100644
--- a/pkgs/os-specific/linux/nfs-utils/default.nix
+++ b/pkgs/os-specific/linux/nfs-utils/default.nix
@@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
     "statdpath=$(TMPDIR)"
   ];
 
+  stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
+
   postInstall =
     ''
       # Not used on NixOS