From d8e3def1fe905fe468b7d24f5644cf20f8a9b893 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Fri, 3 May 2024 22:41:09 -0300 Subject: [PATCH] feat: ls command for obsidian shellcommands --- modules/home-manager/profiles/vault/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/home-manager/profiles/vault/default.nix b/modules/home-manager/profiles/vault/default.nix index 19403c6..4b7ffb2 100644 --- a/modules/home-manager/profiles/vault/default.nix +++ b/modules/home-manager/profiles/vault/default.nix @@ -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 = {