mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01: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 = {
|
Service = {
|
||||||
Environment =
|
Environment =
|
||||||
lib.optionals cfg.forceWayland [ "DO_NOT_UNSET_XDG_SESSION_TYPE=1" ];
|
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
Add a link
Reference in a new issue