mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
swaync: fix eval problem (#7844)
This commit is contained in:
parent
363007f129
commit
ace8759715
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ in
|
|||
After = [ config.wayland.systemd.target ];
|
||||
ConditionEnvironment = "WAYLAND_DISPLAY";
|
||||
X-Restart-Triggers = lib.mkMerge [
|
||||
[ config.xdg.configFile."swaync/config.json".source ]
|
||||
(lib.mkIf (cfg.style != null) [ config.xdg.configFile."swaync/style.css".source ])
|
||||
[ "${config.xdg.configFile."swaync/config.json".source}" ]
|
||||
(lib.mkIf (cfg.style != null) [ "${config.xdg.configFile."swaync/style.css".source}" ])
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue