feat: add bluetooth mbp

This commit is contained in:
2026-07-20 14:49:46 -04:00
parent f47f94f003
commit f964ebddb0
2 changed files with 5 additions and 0 deletions
@@ -32,6 +32,7 @@ in
wms.hyprland = {
enable = true;
mainMod = "ALT";
bluetooth = true;
monitors = [ ",highres,auto,2" ]; # Alternatively - 1.68
};
ghostty = enabled;
@@ -25,6 +25,10 @@ in
${pkgs.systemd}/bin/systemctl restart NetworkManager.service
'';
# Enable Bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# System Config
reichard = {
nix = enabled;