summary refs log tree commit diff
path: root/nixos/modules/services/hardware/bluetooth.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-09 21:25:03 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-09 21:52:00 -0500
commitb12564cc1b8319b317d98df03fec8ba4bbf71877 (patch)
treec0a656ef4db5d571760b9d4265c4d57ba425d7c6 /nixos/modules/services/hardware/bluetooth.nix
parent400048926602dfe559207123267b183ac7e97c6b (diff)
downloadnixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.gz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.bz2
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.lz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.xz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.zst
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.zip
nixos: update default cases from KDM/KDE4 to SDDM/KDE5
Diffstat (limited to 'nixos/modules/services/hardware/bluetooth.nix')
-rw-r--r--nixos/modules/services/hardware/bluetooth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/bluetooth.nix b/nixos/modules/services/hardware/bluetooth.nix
index f6cf2d01d809..ef2fce613f20 100644
--- a/nixos/modules/services/hardware/bluetooth.nix
+++ b/nixos/modules/services/hardware/bluetooth.nix
@@ -22,7 +22,7 @@ in
   };
 
   ###### implementation
-  
+
   config = mkIf config.hardware.bluetooth.enable {
 
     environment.systemPackages = [ bluez-bluetooth pkgs.openobex pkgs.obexftp ];