parent
74ff7d0cff
commit
9601ff024b
2 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = [ (pkgs.discord.override {
|
home.packages = [
|
||||||
withOpenASAR = true;
|
(pkgs.discord.override {
|
||||||
withVencord = true;
|
withOpenASAR = true;
|
||||||
}) ];
|
withVencord = true;
|
||||||
|
})
|
||||||
|
];
|
||||||
home.file.".config/discord/settings.json".text = builtins.toJSON {
|
home.file.".config/discord/settings.json".text = builtins.toJSON {
|
||||||
SKIP_HOST_UPDATE = true;
|
SKIP_HOST_UPDATE = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,8 +35,8 @@ in
|
||||||
credential.credentialStore = "cache";
|
credential.credentialStore = "cache";
|
||||||
|
|
||||||
core = {
|
core = {
|
||||||
fsmonitor = true;
|
fsmonitor = true;
|
||||||
untrackedcache = true;
|
untrackedcache = true;
|
||||||
};
|
};
|
||||||
fetch.writeCommitGraph = true;
|
fetch.writeCommitGraph = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue