about summary refs log tree commit diff
path: root/users/tazjin/home
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-09T15·12+0200
committertazjin <tazjin@tvl.su>2022-05-10T13·41+0000
commit302b754d7adb2bfc3783ca61572d1f197f7f2b5e (patch)
tree8583d03d84e772cc25a2392ad29e745d8bc7ad29 /users/tazjin/home
parent5518f620bbec2e4407519a4a5b71073c9ed380af (diff)
feat(tazjin/nixos): Add system configuration for zamalek r/4048
This is my new Huawei MateBook X.

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