diff --git a/modules/system/home/notes/default.nix b/modules/system/home/notes/default.nix index 9f73016..e026a0e 100644 --- a/modules/system/home/notes/default.nix +++ b/modules/system/home/notes/default.nix @@ -1,8 +1,4 @@ -{ pkgs, ... }: { - home.packages = with pkgs; [ - logseq - ]; - +{ ... }: { programs.pandoc = { enable = true; };