From 26c3dcf13a1607bdc4eb90d0ccc879b66d84f8b9 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 8 Feb 2024 19:46:48 +0100 Subject: [PATCH] adjusted bluetoothe options for desktop --- devices/desktop/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devices/desktop/default.nix b/devices/desktop/default.nix index 8dcb72c..a4f37aa 100644 --- a/devices/desktop/default.nix +++ b/devices/desktop/default.nix @@ -43,15 +43,8 @@ hardware.bluetooth = { enable = true; powerOnBoot = true; - settings = { - General = { - Experimental = true; - }; - }; }; - services.blueman.enable = true; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave