commit | 6aa6b5a438ee8c14cae6878d7ea77d3b30118192 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 00:17:32 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 00:17:32 2022 +0100 |
tree | e5758f7d7ee174e015be44033759e37067e61834 | |
parent | 81248f74291addada7403bdf8269af61cf557367 [diff] |
Don't auto-update discord
diff --git a/src/apps/personal/discord.nix b/src/apps/personal/discord.nix index 81b06df..9bb5af2 100644 --- a/src/apps/personal/discord.nix +++ b/src/apps/personal/discord.nix
@@ -3,7 +3,7 @@ discord ]; - home.file.".config/discord/settings.json" = builtins.toJSON { + home.file.".config/discord/settings.json".text = builtins.toJSON { IS_MAXIMIZED = true; IS_MINIMIZED = false; BACKGROUND_COLOR = "#202225";