Skip to content

Commit

Permalink
hardware: add bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
savalet committed Jul 2, 2024
1 parent 6b5fed0 commit a4f6855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pluton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
# Enable networking
networking.networkmanager.enable = true;

#Enable Bluetooth
hardware.bluetooth.enable = true;

# Set your time zone.
time.timeZone = "Europe/Paris";

Expand Down

0 comments on commit a4f6855

Please sign in to comment.