aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix
index ba1c349..c13d966 100644
--- a/machines/mbp-work.nix
+++ b/machines/mbp-work.nix
@@ -10,9 +10,11 @@
};
imports = [
+ #keep-sorted start
../profiles/darwin.nix
../profiles/home-manager.nix
../profiles/users/home-manager.nix
+ #keep-sorted end
];
users.users.${adminUser.name} = {
@@ -24,19 +26,24 @@
home.stateVersion = "23.05";
home.homeDirectory = "/Users/${adminUser.name}";
imports = [
+ #keep-sorted start
../home/profiles/darwin.nix
../home/profiles/development.nix
../home/profiles/k8s.nix
../home/programs/hashi.nix
../home/programs/sapi.nix
+ #keep-sorted end
];
home.packages = with pkgs; [
+ #keep-sorted start
_1password-cli
awscli2
boundary # for secure remote access
+ coder-mainline
grpcurl
tfswitch
vault
+ #keep-sorted end
];
};
}