remove logseq config because it's to stressful

This commit is contained in:
Ingolf Wagner 2024-05-24 14:41:15 +02:00
parent ad55e799e0
commit 435a658dd0
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -6,13 +6,13 @@ with lib;
home.packages = [
logseq
];
home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
{
spellcheck = {
dictionaries = [ "en-US" "de-DE" ];
dictionary = "";
};
};
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
# {
# spellcheck = {
# dictionaries = [ "en-US" "de-DE" ];
# dictionary = "";
# };
# };
};
}