about summary refs log tree commit diff
path: root/users/tazjin/home
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-28T08·23+0300
committertazjin <tazjin@tvl.su>2023-06-30T11·02+0000
commit9dca6c9c6ccaf10a3cc827ac5eb761b352cbdc5e (patch)
treee100a187ee76e4b16e8903f31c66e67afa4c3a67 /users/tazjin/home
parent62bc519d4f9747c8471ff8449abd486ccbb2345b (diff)
feat(tazjin/nixos): bootstrap khamovnik r/6364
New work machine.

Change-Id: I8085460285149e4dae28af9e166048fed93bdb82
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8878
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/home')
-rw-r--r--users/tazjin/home/khamovnik.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/tazjin/home/khamovnik.nix b/users/tazjin/home/khamovnik.nix
new file mode 100644
index 0000000000..6bac67eb1c
--- /dev/null
+++ b/users/tazjin/home/khamovnik.nix
@@ -0,0 +1,10 @@
+# Home manage configuration for zamalek.
+
+{ depot, pkgs, ... }: # readTree
+{ config, lib, ... }: # home-manager
+
+{
+  imports = [
+    depot.users.tazjin.home.shared
+  ];
+}