update for ubuntu nix

This commit is contained in:
2026-01-07 19:40:06 +01:00
parent 362f65c384
commit 7564dffa83
11 changed files with 166 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
notesDir = "${config.home.homeDirectory}/Logseq";
notesDir = "${config.home.homeDirectory}/logseq";
cfg = config.homeModules.logseq;
in
@@ -26,7 +26,7 @@ lib.mkIf cfg.enable {
exec = "logseq";
icon = "logseq";
type = "Application";
categories = [ "Office" "NoteTaking" "Utility" ];
categories = [ "Office" ];
};
home.file.".config/logseq/config.edn".text = ''{