dotfiles/modules/home-manager/blueman.nix
2024-09-22 11:48:49 +02:00

3 lines
52 B
Nix

{...}: {
services.blueman-applet.enable = true;
}