From 44bc79d2452d97ed57c7456ef9a2bf3b8e2d4005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sat, 11 Apr 2026 12:24:17 +0200 Subject: [PATCH] bluetooth and networking --- configuration/laptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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; }