about summary refs log tree commit diff
path: root/users/tazjin/home/khamovnik.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/home/khamovnik.nix')
-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
+  ];
+}