feat: ls command for obsidian shellcommands
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user