mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-10 11:04:35 +00:00
megasync: use getExe instead of getExe' (#6665)
This commit is contained in:
parent
eb0f617aec
commit
cfaa4426a3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
|||
Service = {
|
||||
Environment =
|
||||
lib.optionals cfg.forceWayland [ "DO_NOT_UNSET_XDG_SESSION_TYPE=1" ];
|
||||
ExecStart = lib.getExe' cfg.package "megasync";
|
||||
ExecStart = lib.getExe cfg.package;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue