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 /users/default.nix | |
| parent | ed19b2e58435bb6db6a10758b025821256b1af1f (diff) | |
seth: modularize user setup
Diffstat (limited to 'users/default.nix')
| -rw-r--r-- | users/default.nix | 4 |
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; + }; } |
