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 = [
|
||||
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 = "";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue