From 2743b4f1105dae4c6a698ab86b734743b5c0d896 Mon Sep 17 00:00:00 2001 From: k Date: Tue, 7 Jan 2025 21:41:50 -0500 Subject: [PATCH] changed bluetooth settings --- hosts/laptop/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c4501c8..8d5a2ad 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -10,6 +10,13 @@ system.autoUpgrade.enable = true; time.timeZone = "America/New_York"; powerManagement.enable = true; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + hardware.bluetooth.settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; nix = { gc.automatic = true; @@ -53,6 +60,7 @@ enable = true; package = pkgs.ollama-intel; }; + blueman.enable = true; xserver.enable = true; displayManager.sddm.enable = true; desktopManager.plasma6.enable = true; @@ -143,6 +151,7 @@ systemPackages = with pkgs; [ maliit-keyboard maliit-framework + alacritty ]; };