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 = [ 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 = "";
}; # };
}; # };
}; };
} }