diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 16:45:27 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 16:45:27 -0500 |
commit | 5ff16f0ee57c738a701c3cdeb52d443c627735b7 (patch) | |
tree | 8ed3bc88b1cece350375deabd50d3876b44f1b7f | |
parent | af43f99e544ce4a64e2f07476fddd2e3480e7c71 (diff) |
system changes
-rw-r--r-- | macos.local/flake/home/scripts/core.nix.org | 4 |
1 files changed, 4 insertions, 0 deletions
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 |