🐛 fix logseq

This commit is contained in:
Ingolf Wagner 2025-04-16 18:58:32 +02:00
parent bca574d19d
commit 141b72ab47
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -8,9 +8,10 @@ with pkgs;
with lib; with lib;
{ {
config = mkIf config.gui.enable { config = mkIf config.gui.enable {
home.packages = [ #home.packages = [
pkgs.logseq # pkgs.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 = {
@ -18,6 +19,7 @@ with lib;
# dictionary = ""; # dictionary = "";
# }; # };
# }; # };
}; };
} }