nix-config/modules2/bluetooth.nix
Oliver Davies 865c60d557
All checks were successful
/ check (push) Successful in 1m45s
Make more things desktop only
2025-07-31 19:48:30 +01:00

7 lines
118 B
Nix

{
flake.modules.nixos.desktop = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
};
}