From 26dd014860c0edd89a859d2d8c6dff10275acbad Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 16 Dec 2024 23:28:56 -0600 Subject: system changes --- macos.local/.flake/home/scripts/core.nix.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 macos.local/.flake/home/scripts/core.nix.org (limited to 'macos.local/.flake/home/scripts/core.nix.org') diff --git a/macos.local/.flake/home/scripts/core.nix.org b/macos.local/.flake/home/scripts/core.nix.org new file mode 100644 index 0000000..2a908c0 --- /dev/null +++ b/macos.local/.flake/home/scripts/core.nix.org @@ -0,0 +1,13 @@ +#+title: Custom Scripts + +Import various scripts useful on my system. +#+begin_src nix + { config, pkgs, ... }: + + { + imports = [ + ./launcher.nix + ./remove-quarantine.nix + ]; + } +#+end_src -- cgit v1.2.3