diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index 4bcbb39..cf33a84 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -17,7 +17,10 @@ powerOnBoot = true; settings = { General.Experimental = true; + General.FastConnectable = true; Policy.AutoEnable = true; }; }; + + services.blueman.enable = true; }