downgrade logseq.nix
This commit is contained in:
parent
159a1e2740
commit
7c21e9d714
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with lib;
|
|||
{
|
||||
config = mkIf config.gui.enable {
|
||||
home.packages = [
|
||||
logseq
|
||||
pkgs.legacy_2405.logseq
|
||||
];
|
||||
#home.file.".config/Logseq/Preferences".source = (pkgs.formats.json { }).generate "LogseqPreferences.json"
|
||||
# {
|
||||
|
|
Loading…
Reference in a new issue