Skip to content

Commit

Permalink
nix: enable bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 19, 2025
1 parent e9195a6 commit 2eb7469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/linux/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@ in
addresses = true;
};
};

services.blueman.enable = true;
hardware.bluetooth = {
enable = true;
};
};
}

0 comments on commit 2eb7469

Please sign in to comment.