swaync: dont ship dbus files

This commit is contained in:
Colin 2023-09-11 23:03:57 +00:00
parent df2a2fe427
commit 3157ceb88b

View File

@ -14,7 +14,7 @@
# - examples: # - examples:
# - thread: <https://github.com/ErikReider/SwayNotificationCenter/discussions/183> # - thread: <https://github.com/ErikReider/SwayNotificationCenter/discussions/183>
# - buttons-grid and menubar: <https://gist.github.com/JannisPetschenka/fb00eec3efea9c7fff8c38a01ce5d507> # - buttons-grid and menubar: <https://gist.github.com/JannisPetschenka/fb00eec3efea9c7fff8c38a01ce5d507>
{ config, lib, ... }: { config, lib, pkgs, ... }:
{ {
sane.programs.swaynotificationcenter = { sane.programs.swaynotificationcenter = {
configOption = with lib; mkOption { configOption = with lib; mkOption {
@ -31,6 +31,8 @@
}; };
default = {}; default = {};
}; };
# prevent dbus from automatically activating swaync so i can manage it as a systemd service instead
package = pkgs.rmDbusServices pkgs.swaynotificationcenter;
fs.".config/swaync/style.css".symlink.text = '' fs.".config/swaync/style.css".symlink.text = ''
/* avoid black-on-black text that the default style ships */ /* avoid black-on-black text that the default style ships */
window { window {