From 58eee0458fe2c6976a3982c5b9a3e4919f13adcb Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 23 Sep 2023 15:57:37 -0400 Subject: move bluetooth into generic config. add bluetooth support for headphones --- systems/jonbox/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'systems/jonbox/default.nix') diff --git a/systems/jonbox/default.nix b/systems/jonbox/default.nix index 0f53a7a..cf641f5 100644 --- a/systems/jonbox/default.nix +++ b/systems/jonbox/default.nix @@ -5,6 +5,7 @@ [ # Include the results of the hardware scan. (modulesPath + "/installer/scan/not-detected.nix") ./filesystem.nix + ../bluetooth.nix ]; nixpkgs.config.allowUnfreePredicate = pkg: @@ -39,9 +40,6 @@ package = config.boot.kernelPackages.nvidiaPackages.stable; }; - hardware.bluetooth.enable = true; - services.blueman.enable = true; - programs.light.enable = true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; -- cgit v1.2.1