nixos/waybar: enable systemdSupport for package
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
d68f1d2354
commit
5fcc1337d2
@ -11,7 +11,11 @@ in
|
|||||||
{
|
{
|
||||||
options.programs.waybar = {
|
options.programs.waybar = {
|
||||||
enable = lib.mkEnableOption "waybar, a highly customizable Wayland bar for Sway and Wlroots based compositors";
|
enable = lib.mkEnableOption "waybar, a highly customizable Wayland bar for Sway and Wlroots based compositors";
|
||||||
package = lib.mkPackageOption pkgs "waybar" { };
|
package =
|
||||||
|
lib.mkPackageOption pkgs "waybar" { }
|
||||||
|
// lib.mkOption {
|
||||||
|
apply = pkg: pkg.override { systemdSupport = true; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
Loading…
Reference in New Issue
Block a user