summaryrefslogtreecommitdiff
path: root/modules/nixos/personal
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/personal')
-rw-r--r--modules/nixos/personal/gui.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nixos/personal/gui.nix b/modules/nixos/personal/gui.nix
index 7ecf678..72c8d2c 100644
--- a/modules/nixos/personal/gui.nix
+++ b/modules/nixos/personal/gui.nix
@@ -44,7 +44,6 @@ in {
layout = config.personal.hardware.keyboard.keyMap;
autoRepeatDelay = 200;
};
- services.blueman.enable = config.hardware.bluetooth.enable;
}
(lib.mkIf cfg.i3.enable {
services.xserver = {