6 lines
116 B
Nix
6 lines
116 B
Nix
{ inputs, ... }: {
|
|
flake.modules.homeManager.blueman-applet = {
|
|
services.blueman-applet.enable = true;
|
|
};
|
|
}
|