bluetooth overhaul
This commit is contained in:
@@ -23,8 +23,19 @@
|
||||
config.programs.niri.package
|
||||
];
|
||||
|
||||
# bluetooth manager
|
||||
services.blueman-applet.enable = true;
|
||||
# # bluetooth manager
|
||||
# services.blueman-applet.enable = true;
|
||||
|
||||
# bluetooth media controls
|
||||
systemd.user.services.mpris-proxy = {
|
||||
Unit.Description = "Mpris proxy";
|
||||
Install.After = [
|
||||
"network.target"
|
||||
"sound.target"
|
||||
];
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
Service.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
||||
};
|
||||
|
||||
# notification daemon
|
||||
services.dunst = {
|
||||
|
||||
Reference in New Issue
Block a user