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";