Skip to content

Instantly share code, notes, and snippets.

@aabccd021
Created July 23, 2024 23:36
Show Gist options
  • Save aabccd021/2afc001bf8e1cb4cd8878e0a183bb5cc to your computer and use it in GitHub Desktop.
Save aabccd021/2afc001bf8e1cb4cd8878e0a183bb5cc to your computer and use it in GitHub Desktop.
{ pkgs, username, ... }:
{
# https://nixos.wiki/wiki/Bluetooth#Pairing_Bluetooth_devices
services.blueman.enable = true;
# https://nixos.wiki/wiki/Bluetooth#Enabling_Bluetooth_support
hardware.bluetooth.enable = true;
home-manager.users.${username}.home.packages = with pkgs;[ bluetuith ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment