From 2e5de242900725d2fced045652d429ee9ad1bea6 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Tue, 7 Oct 2025 13:52:31 +0200 Subject: [PATCH] non important commit --- configuration/laptop/configuration.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index 870aa43..f0426b0 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -14,9 +14,20 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; nixpkgs.config.allowUnfree = true; - services.avahi.enable = true; - services.upower.enable = true; - services.power-profiles-daemon.enable = true; + services = { + avahi.enable = true; + upower.enable = true; + power-profiles-daemon.enable = true; + }; + + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General.Experimental = true; + Policy.AutoEnable = true; + }; + }; networking = { proxy.noProxy = "127.0.0.1,localhost,internal.domain";