summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-22 23:09:41 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-22 23:09:41 -0500
commitf8b86fae8a700a082e215471d3353bafe07bed29 (patch)
tree9a6acab9387908b23dd14590ec72e23d6ae1b7b7 /pkgs/desktops/pantheon/apps
parent35b7b1712509dcb3043deded4ddb82434bc4dd3e (diff)
downloadnixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar.gz
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar.bz2
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar.lz
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar.xz
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.tar.zst
nixpkgs-f8b86fae8a700a082e215471d3353bafe07bed29.zip
pantheon.switchboard-with-plugs: optionals
Diffstat (limited to 'pkgs/desktops/pantheon/apps')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix b/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
index 0abce809853..cc6b37095fd 100644
--- a/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard/wrapper.nix
@@ -12,7 +12,7 @@
 let
   selectedPlugs =
     if plugs == null then switchboardPlugs
-    else plugs ++ (lib.optional useDefaultPlugs switchboardPlugs);
+    else plugs ++ (lib.optionals useDefaultPlugs switchboardPlugs);
 in
 symlinkJoin {
   name = "${switchboard.name}-with-plugs";