kanshi: fix check for empty settings
Fixes regression introduced by me in 74b3817.
This commit is contained in:
parent
3a60d513d0
commit
1c9ddc707c
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ in
|
|||
PartOf = cfg.systemdTarget;
|
||||
Requires = cfg.systemdTarget;
|
||||
After = cfg.systemdTarget;
|
||||
X-Reload-Triggers = lib.mkIf (cfg.settings != { }) [
|
||||
X-Reload-Triggers = lib.mkIf (cfg.settings != [ ]) [
|
||||
"${config.xdg.configFile.${configPath}.source}"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue