summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/default.nix b/users/default.nix
index 32bb9dc..7618f9c 100644
--- a/users/default.nix
+++ b/users/default.nix
@@ -1,5 +1,7 @@
{
- homeConfigurations = {
- seth = {};
+ configurations.home = {
+ seth = {
+ modules = [./seth/home.nix];
+ };
};
}