feat: ls command for obsidian shellcommands

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-03 22:41:09 -03:00
parent 3faebb2d6b
commit d8e3def1fe

View File

@@ -33,6 +33,14 @@ in {
vault
];
home.file = {
"${cfg.vaultDir}/vault" = {
executable = true;
text = ''
${vault}
'';
};
};
systemd.user.services = mkIf cfg.periodicPush {
vault-periodic-push = {
Install = {