replace vimwiki with mkdnflow

This commit is contained in:
Noah Masur
2022-10-22 14:29:50 +00:00
parent cd204f5ac3
commit f6096e3472
4 changed files with 32 additions and 36 deletions

View File

@ -1,8 +1,5 @@
{ config, pkgs, lib, ... }: {
# Required to place identity file on machine
imports = [ ../shell/age.nix ];
options = {
mailUser = lib.mkOption {
type = lib.types.str;