Markdown: try markdown-oxide
This commit is contained in:
parent
fc5aa1e47a
commit
c3609817b1
1 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,14 @@
|
|||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
home.packages =
|
||||
lib.optionals config.programs.helix.enable [ pkgs.marksman ];
|
||||
let tomlGenerate = (pkgs.formats.toml { }).generate "bottom-toml"; in {
|
||||
home.packages = lib.optionals config.programs.helix.enable [
|
||||
# pkgs.marksman
|
||||
pkgs.markdown-oxide
|
||||
];
|
||||
xdg.configFile."moxide/settings.toml".source = tomlGenerate {
|
||||
dailynote = "%Y-%m-%d";
|
||||
new_file_folder_path = "pages/";
|
||||
daily_notes_folder = "journals/";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue