aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/scripts/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/home/scripts/core.nix.org')
-rw-r--r--macos.local/.flake/home/scripts/core.nix.org4
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..f3fd314 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/manage-system" = {
+ executable = true;
+ source = ./manage-system;
+ };
};
}
#+end_src