about summary refs log tree commit diff
path: root/nix/users/fcuny/work.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/fcuny/work.nix')
-rw-r--r--nix/users/fcuny/work.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix
new file mode 100644
index 0000000..cc80104
--- /dev/null
+++ b/nix/users/fcuny/work.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }: {
+  imports = [ ./k8s.nix ];
+
+  home.packages = with pkgs; [
+    # hashicorp
+    boundary
+    nomad-pack
+    tfswitch
+
+    # for ssh
+    sapi
+  ];
+}