summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-22 07:15:08 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-22 07:44:55 -0500
commit7ca62935bb7d8a1617a1c12e6735ecf45441aced (patch)
tree61fe25e4046aacc1c4ca2e031ac9eea5c9502f40 /nixos/modules/services/x11
parent3de6ccd5b21e391c4fa324c94dd150e331a8474e (diff)
downloadnixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar.gz
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar.bz2
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar.lz
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar.xz
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.tar.zst
nixpkgs-7ca62935bb7d8a1617a1c12e6735ecf45441aced.zip
nixos/plasma5: do not include extra-cmake-modules in sddm
Fixes #24126.
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index f923d86265f..e3fc3340c95 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -209,7 +209,6 @@ in
       services.xserver.displayManager.sddm = {
         theme = "breeze";
         themes = [
-          pkgs.extra-cmake-modules # for the setup-hook
           plasma5.plasma-workspace
           pkgs.breeze-icons
         ];