mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
megasync: use getExe instead of getExe' (#6665)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user