diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 15:14:02 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-03 15:14:02 -0600 |
commit | 2404dee657e4a166f7c2f76d0432932e3f7a29f7 (patch) | |
tree | c239285e5d05537b0cffabb4c8df78d0872b369a /macos.local/.flake/home/scripts/core.nix.org | |
parent | cdfc984e868fb497c027b3b9bab8ee49ad289719 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/home/scripts/core.nix.org')
-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..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 |