From 4afda11dfe3897cd452a3a392906837da388a796 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 18 Sep 2022 15:04:53 +0900 Subject: feat(home/base): add 0x0 script --- home/profiles/base-darwin/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/profiles/base-darwin/default.nix') diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix index 63454bd..53421bf 100644 --- a/home/profiles/base-darwin/default.nix +++ b/home/profiles/base-darwin/default.nix @@ -46,8 +46,9 @@ in (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) pkgs.go pkgs.gcc - ]; + (pkgs.writeShellScriptBin "0x0" (import ./scripts/0x0.nix)) + ]; programs = { direnv.enable = true; -- cgit 1.4.1