8 lines
124 B
Nix
8 lines
124 B
Nix
{pkgs, ...}: {
|
|
# services.blueman-applet.enable = true;
|
|
home.packages = with pkgs; [
|
|
# Bluetooth
|
|
bluetui
|
|
];
|
|
}
|