nixos-config/home/wireless.nix
2026-06-03 00:27:49 +02:00

8 lines
124 B
Nix

{pkgs, ...}: {
# services.blueman-applet.enable = true;
home.packages = with pkgs; [
# Bluetooth
bluetui
];
}