[Eww] Fix launcher command

This commit is contained in:
2026-06-11 10:31:31 -07:00
parent fdae46f7a0
commit f177f112ce

View File

@@ -36,7 +36,7 @@
Service = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.eww}/bin/eww open ${lib.concatStringsSep " " config.programs.eww.widgets}";
ExecStart = "${pkgs.eww}/bin/eww open-many ${lib.concatStringsSep " " config.programs.eww.widgets}";
ExecStop = "${pkgs.eww}/bin/eww kill";
};