feat: add bluetooth mbp
This commit is contained in:
@@ -32,6 +32,7 @@ in
|
|||||||
wms.hyprland = {
|
wms.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mainMod = "ALT";
|
mainMod = "ALT";
|
||||||
|
bluetooth = true;
|
||||||
monitors = [ ",highres,auto,2" ]; # Alternatively - 1.68
|
monitors = [ ",highres,auto,2" ]; # Alternatively - 1.68
|
||||||
};
|
};
|
||||||
ghostty = enabled;
|
ghostty = enabled;
|
||||||
|
|||||||
@@ -25,6 +25,10 @@ in
|
|||||||
${pkgs.systemd}/bin/systemctl restart NetworkManager.service
|
${pkgs.systemd}/bin/systemctl restart NetworkManager.service
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Enable Bluetooth
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
# System Config
|
# System Config
|
||||||
reichard = {
|
reichard = {
|
||||||
nix = enabled;
|
nix = enabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user