waybar: Autostart blueman-applet
This commit is contained in:
parent
8c5a0e8a38
commit
a5fde0764d
|
@ -287,4 +287,15 @@ in
|
||||||
RestartSec = "1s";
|
RestartSec = "1s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: remove when https://github.com/nix-community/home-manager/issues/2064
|
||||||
|
# is resolved
|
||||||
|
systemd.user.targets.tray = {
|
||||||
|
Unit = {
|
||||||
|
Description = "Home Manager System Tray";
|
||||||
|
Requires = [ "graphical-session-pre.target" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
services.blueman-applet.enable = lib.mkIf nixosConfig.sbruder.full true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue