update for ubuntu nix
This commit is contained in:
@@ -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 = ''{
|
||||
|
||||
Reference in New Issue
Block a user