summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-08 09:04:04 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-08 14:20:05 -0600
commitfa0057be3988d61c08ca7a84668e71e1c97abc50 (patch)
treeeb7b0d5632bdd44f0cb0b2fccc12e7d2bf6a8462 /nixos
parentba443da270a8f7eb6174134c54c2d56a184a9561 (diff)
downloadnixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar.gz
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar.bz2
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar.lz
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar.xz
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.tar.zst
nixlib-fa0057be3988d61c08ca7a84668e71e1c97abc50.zip
nixos/kde5: install kdenetwork-filesharing if Samba enabled
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index 2aeb4f67d771..10ca2825ee1a 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -125,6 +125,7 @@ in
       ++ lib.optional config.networking.networkmanager.enable kde5.plasma-nm
       ++ lib.optional config.hardware.pulseaudio.enable kde5.plasma-pa
       ++ lib.optional config.powerManagement.enable kde5.powerdevil
+      ++ lib.optionals config.services.samba.enable [ kde5.kdenetwork-filesharing pkgs.samba ]
 
       ++ lib.optionals cfg.phonon.gstreamer.enable
         [