about summary refs log tree commit diff
path: root/users/tazjin/home/zamalek.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-28T08·22+0300
committertazjin <tazjin@tvl.su>2023-06-30T11·02+0000
commite28c2885c6f9dd989647db67685f2e0c82d08ebd (patch)
treedc5b7327e7f6e23b72348ec0ff4b59a0f4307696 /users/tazjin/home/zamalek.nix
parent12b979e41b6b639f058ba3634639a69840be4597 (diff)
refactor(tazjin/home): move persistence config into separate module r/6362
Change-Id: I1098e75f8b03dbb1c893fb7c43f0fe9926bb4861
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8876
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/tazjin/home/zamalek.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/home/zamalek.nix b/users/tazjin/home/zamalek.nix
index 6bac67eb1c..d24de945bb 100644
--- a/users/tazjin/home/zamalek.nix
+++ b/users/tazjin/home/zamalek.nix
@@ -6,5 +6,6 @@
 {
   imports = [
     depot.users.tazjin.home.shared
+    depot.users.tazjin.home.persistence
   ];
 }