Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
5.82k stars 657 forks source link

[Question] systemdSupport is disabled in Waybar nix package #3300

Closed JohnRTitor closed 1 month ago

JohnRTitor commented 1 month ago

Is there a reason why systemdSupport is disabled in Waybar Nix package?

And if systemdSupport is enabled, what will be its effects? Which features will be available? https://github.com/NixOS/nixpkgs/blob/5710852ba686cc1fd0d3b8e22b3117d43ba374c2/pkgs/by-name/wa/waybar/package.nix#L166

@Alexays

JohnRTitor commented 1 month ago

For those encountering this thread in future:

systemdSupport is disabled in Waybar nix package as meson attempts to install a systemd service if the option is enabled, which as you have guessed fails, due to NixOS being immutable.

The systemd service is configured in NixOS options programs.waybar instead.