From b3b9941c9bf04df5abbcfa26b2fd55c68e14017c Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sat, 28 Sep 2024 19:19:59 +0100 Subject: [PATCH] remove boron --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 767ef23..7f35572 100644 --- a/flake.nix +++ b/flake.nix @@ -68,11 +68,6 @@ # Standalone home-manager configurations homeConfigurations = { - boron = lib.mkHome { - system = "aarch64-darwin"; - profiles = with profiles; [default dev dev-gui sensitive mac docker aws]; - username = "samuel.willcocks"; - }; zinc = lib.mkHome { system = "aarch64-darwin"; profiles = with profiles; [default dev dev-gui sensitive mac];