From 5ff16f0ee57c738a701c3cdeb52d443c627735b7 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 17 Mar 2025 16:45:27 -0500 Subject: system changes --- macos.local/flake/home/scripts/core.nix.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macos.local/flake/home/scripts/core.nix.org b/macos.local/flake/home/scripts/core.nix.org index e53c38c..a791e83 100644 --- a/macos.local/flake/home/scripts/core.nix.org +++ b/macos.local/flake/home/scripts/core.nix.org @@ -18,6 +18,10 @@ Import various scripts useful on my system. executable = true; source = ./remove-quarantine; }; + "./.local/bin/backup-org.sh" = { + executable = true; + source = ./backup-org.sh; + }; }; } #+end_src -- cgit v1.2.3