diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 23:28:56 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 23:28:56 -0600 |
commit | 26dd014860c0edd89a859d2d8c6dff10275acbad (patch) | |
tree | be704eafeb9458cf202240dc0108f13501ae4272 /macos.local/.flake/home/scripts/core.nix.org | |
parent | 530ee85037375106652e51a23cf05deb2a5ad1d9 (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 | 13 |
1 files changed, 13 insertions, 0 deletions
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 |