about summary refs log tree commit diff
path: root/users/tazjin/home/zamalek.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/home/zamalek.nix')
-rw-r--r--users/tazjin/home/zamalek.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/tazjin/home/zamalek.nix b/users/tazjin/home/zamalek.nix
new file mode 100644
index 0000000000..d24de945bb
--- /dev/null
+++ b/users/tazjin/home/zamalek.nix
@@ -0,0 +1,11 @@
+# Home manage configuration for zamalek.
+
+{ depot, pkgs, ... }: # readTree
+{ config, lib, ... }: # home-manager
+
+{
+  imports = [
+    depot.users.tazjin.home.shared
+    depot.users.tazjin.home.persistence
+  ];
+}