Add bluetooth for those who need it and ensure playback control for headphones works

This commit is contained in:
Tyler Kelley 2024-01-20 23:40:34 -06:00
parent c094043bad
commit 86660e9e9a
2 changed files with 4 additions and 1 deletions

View File

@ -28,4 +28,8 @@
programs.thunar.enable = true;
services.gvfs.enable = true;
services.tumbler.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
services.blueman.enable = true;
services.mpris-proxy.enable = true; # enables playback control from Bluetooth headphones
}

View File

@ -5,7 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# hyprland.url = "github:hyprwm/Hyprland";
nix-colors.url = "github:misterio77/nix-colors";
};