remove logseq config because it's to stressful
This commit is contained in:
parent
ad55e799e0
commit
435a658dd0
1 changed files with 7 additions and 7 deletions
|
@ -6,13 +6,13 @@ with lib;
|
||||||
home.packages = [
|
home.packages = [
|
||||||
logseq
|
logseq
|
||||||
];
|
];
|
||||||
home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
||||||
{
|
# {
|
||||||
spellcheck = {
|
# spellcheck = {
|
||||||
dictionaries = [ "en-US" "de-DE" ];
|
# dictionaries = [ "en-US" "de-DE" ];
|
||||||
dictionary = "";
|
# dictionary = "";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue