fix(discord): darwin config location

This commit is contained in:
winston 2023-08-17 04:27:28 +02:00
parent 0bdfb3c0bc
commit 2861f45890
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -55,7 +55,7 @@ in {
if isLinux
then config.xdg.configHome + "/discord/settings.json"
else if isDarwin
then config.home.home + "/Library/Application Support/discord/settings.json"
then config.home.homeDirectory + "/Library/Application Support/discord/settings.json"
else throw "unsupported platform";
in
lib.hm.dag.entryAfter ["writeBoundary"] ''