about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 01:08:48 +0900
committersefidel <contact@sefidel.net>2023-02-15 01:09:13 +0900
commitf699d07c3050d6edf8fc041f62e6eb120340c7cc (patch)
treed5b07087a9049ef4b9b1dfbc9d6418f363a76883 /home/profiles/base/default.nix
parent6414bd110b8312593919fe3002e94e21a06deae0 (diff)
downloadnixrc-f699d07c3050d6edf8fc041f62e6eb120340c7cc.tar.gz
nixrc-f699d07c3050d6edf8fc041f62e6eb120340c7cc.zip
feat(home/kompakt): darwin -> linux
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index dd241ac..98f767f 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -100,6 +100,8 @@ in
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
       pkgs.go
       pkgs.gcc
+
+      (pkgs.writeShellScriptBin "0x0" (import ./scripts/0x0.nix))
     ];