summaryrefslogtreecommitdiff
path: root/modules/nixfiles/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/bluetooth.nix')
-rw-r--r--modules/nixfiles/bluetooth.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/nixfiles/bluetooth.nix b/modules/nixfiles/bluetooth.nix
index 69622a1..a1fd58f 100644
--- a/modules/nixfiles/bluetooth.nix
+++ b/modules/nixfiles/bluetooth.nix
@@ -24,11 +24,6 @@ in {
UserspaceHID = true;
};
};
-
- systemPackages = with pkgs;
- with config.nixfiles.modules;
- optional gnome.enable gnome.gnome-bluetooth
- ++ optional kde.enable plasma5Packages.bluedevil;
};
};
}