me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

enable bluetooth

author
Sean Aye
date (Aug 31, 2025, 2:18 PM -0400) commit 49e73a85 parent 85428659 change-id lqzqtxtt
+4
+4
hosts/common/common.nix
··· 7 7 "flakes" 8 8 ]; 9 9 10 + hardware.bluetooth.enable = true; 11 + hardware.bluetooth.powerOnBoot = true; 12 + services.blueman.enable = true; 13 + 10 14 # Bootloader. 11 15 boot.loader.systemd-boot.enable = true; 12 16 boot.loader.efi.canTouchEfiVariables = true;