📦 enable logseq again
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 9m44s

This commit is contained in:
Ingolf Wagner 2025-04-19 12:47:08 +02:00
parent cb3c910d8a
commit 1c2af902dc
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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"
# {