mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
polybar: make sure X-Restart-Triggers is a list
This commit is contained in:
parent
a51e585a05
commit
f56bf065f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue