From 5837cac44aec2e5f5e3c033ecc6dac21cb794058 Mon Sep 17 00:00:00 2001 From: anand Date: Tue, 3 Feb 2026 17:31:26 +0530 Subject: bluetooth, added chrome and removed opacity changes in hyprland --- configuration.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5b6a82e..37bdd8b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,28 @@ boot.kernelPackages = pkgs.linuxPackages_latest; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + # Shows battery charge of connected devices on supported + # Bluetooth adapters. Defaults to 'false'. + Experimental = true; + # When enabled other devices can connect faster to us, however + # the tradeoff is increased power consumption. Defaults to + # 'false'. + FastConnectable = true; + }; + Policy = { + # Enable all controllers when they are found. This includes + # adapters present on start as well as adapters that are plugged + # in later on. Defaults to 'true'. + AutoEnable = true; + }; + }; + }; + networking.hostName = "anand-mini"; networking.extraHosts = '' 192.168.1.26 homelab @@ -51,6 +73,7 @@ nixpkgs.config.allowUnfree = true; + services.blueman.enable = true; services.logind.settings.Login = { HandlePowerKey = "ignore"; LidSwitchIgnoreInhibited = "no"; -- cgit v1.2.3