5 lines
88 B
Nix
5 lines
88 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
config.services.blueman-applet = { enable = true; };
|
|
}
|