aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/eye/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/eye/home.nix')
-rw-r--r--hosts/eye/home.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/eye/home.nix b/hosts/eye/home.nix
new file mode 100644
index 0000000..3479dc6
--- /dev/null
+++ b/hosts/eye/home.nix
@@ -0,0 +1,8 @@
+{
+ imports = [
+ ../../home
+ ../../home/core
+ ../../home/desktop
+ ../../home/dev
+ ];
+}