add bluetooth to laptop
nixos config pipeline / show-flake (push) Successful in 24s
nixos config pipeline / deploy (push) Successful in 57s

This commit is contained in:
smayzy
2026-08-31 13:19:48 +02:00
parent 9eadcbf6a7
commit 673284c227
+5
View File
@@ -35,6 +35,11 @@ in
steam.enable = true;
mail.enable = true;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
services.blueman.enable = true;
programs.firefox.enable = true;
programs.wireshark.enable = true;
networking.networkmanager.enable = true;