From edcb28871642357bb83b12fcf85466eac804e01f Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sun, 7 Jun 2026 15:58:52 +0100 Subject: [PATCH] flake: add kallax --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 89ba34c..6cd5cb3 100644 --- a/flake.nix +++ b/flake.nix @@ -115,6 +115,10 @@ dev ]; }; + kallax = lib.mkHome { + system = "x86_64-linux"; + profiles = with profiles; [default dev]; + }; phosphorus = lib.mkHome { system = "aarch64-darwin"; profiles = with profiles; [