dotfiles/modules/blueman/default.nix
2024-01-25 00:55:35 -07:00

4 lines
47 B
Nix

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