🐛 fix logseq
This commit is contained in:
parent
bca574d19d
commit
141b72ab47
1 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,10 @@ with pkgs;
|
|||
with lib;
|
||||
{
|
||||
config = mkIf config.gui.enable {
|
||||
home.packages = [
|
||||
pkgs.logseq
|
||||
];
|
||||
#home.packages = [
|
||||
# pkgs.logseq
|
||||
#];
|
||||
|
||||
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
||||
# {
|
||||
# spellcheck = {
|
||||
|
@ -18,6 +19,7 @@ with lib;
|
|||
# dictionary = "";
|
||||
# };
|
||||
# };
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue