summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix
index 83d8ce5..3ac811e 100644
--- a/users/default.nix
+++ b/users/default.nix
@@ -12,6 +12,7 @@
inherit system;
overlays = with inputs; [nur.overlay getchoo.overlays.default];
};
+ modules = [{_module.args.osConfig = {};}];
};
};
};