mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
polybar: make sure X-Restart-Triggers is a list
This commit is contained in:
@@ -237,7 +237,7 @@ in
|
||||
Unit = {
|
||||
Description = "Polybar status bar";
|
||||
PartOf = [ "tray.target" ];
|
||||
X-Restart-Triggers = mkIf (configFile != null) "${configFile}";
|
||||
X-Restart-Triggers = mkIf (configFile != null) [ "${configFile}" ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
||||
Reference in New Issue
Block a user