.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ blueman ];
|
||||
services = {
|
||||
mpris-proxy.enable = true;
|
||||
blueman-applet.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user