summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix
index a9a61b5..65bcb84 100644
--- a/users/default.nix
+++ b/users/default.nix
@@ -9,4 +9,8 @@
};
};
};
+
+ flake.homeModules = {
+ seth = import ./seth/module;
+ };
}