diff options
| author | seth <[email protected]> | 2024-02-09 16:20:57 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 16:20:57 -0500 |
| commit | a5c6d7e075affe0ca95bd8e64fce9c387efc382b (patch) | |
| tree | 090db4dd6c07906d46013432dca668bccb2e3ad0 /modules/flake | |
| parent | ed19b2e58435bb6db6a10758b025821256b1af1f (diff) | |
seth: modularize user setup
Diffstat (limited to 'modules/flake')
| -rw-r--r-- | modules/flake/configurations.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/flake/configurations.nix b/modules/flake/configurations.nix index 6cbe2cb..c7bff5b 100644 --- a/modules/flake/configurations.nix +++ b/modules/flake/configurations.nix @@ -68,7 +68,7 @@ modules = [ - ../../users/${name}/home.nix + ../../users/${name} { _module.args.osConfig = {}; |
